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.
2 parents faca4b5 + a0d7043 commit ef9b503Copy full SHA for ef9b503
swift/actions/run-integration-tests/action.yml
@@ -28,7 +28,7 @@ runs:
28
env:
29
SEMMLE_DEBUG_TRACER: 10000
30
- name: Upload test logs
31
- if: ${{ !cancelled() }}
+ if: ${{ always() }}
32
uses: actions/upload-artifact@v3
33
with:
34
name: swift-integration-tests-logs-${{ runner.os }}
0 commit comments