Skip to content

Commit f8386e7

Browse files
authored
Merge pull request #11522 from github/redsun82/swift-integration-test-dbs
Swift: upload test logs as artifacts for integration tests
2 parents bb716dd + cd700df commit f8386e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,13 @@ runs:
2525
shell: bash
2626
run: |
2727
python swift/integration-tests/runner.py --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
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 }}
35+
path: |
36+
swift/integration-tests/**/db/log
37+
retention-days: 1

0 commit comments

Comments
 (0)