We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c374a53 commit cd700dfCopy full SHA for cd700df
swift/actions/run-integration-tests/action.yml
@@ -28,6 +28,7 @@ runs:
28
env:
29
SEMMLE_DEBUG_TRACER: 10000
30
- name: Upload test logs
31
+ if: ${{ !cancelled() }}
32
uses: actions/upload-artifact@v3
33
with:
34
name: swift-integration-tests-logs-${{ runner.os }}
0 commit comments