Skip to content

Commit ef9b503

Browse files
authored
Merge pull request github#11559 from github/redsun82/swift-integration-test-dbs
Swift: always upload integration test logs
2 parents faca4b5 + a0d7043 commit ef9b503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
env:
2929
SEMMLE_DEBUG_TRACER: 10000
3030
- name: Upload test logs
31-
if: ${{ !cancelled() }}
31+
if: ${{ always() }}
3232
uses: actions/upload-artifact@v3
3333
with:
3434
name: swift-integration-tests-logs-${{ runner.os }}

0 commit comments

Comments
 (0)