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 ef8e52a commit c374a53Copy full SHA for c374a53
swift/actions/run-integration-tests/action.yml
@@ -25,3 +25,12 @@ runs:
25
shell: bash
26
run: |
27
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
+ uses: actions/upload-artifact@v3
32
+ with:
33
+ name: swift-integration-tests-logs-${{ runner.os }}
34
+ path: |
35
+ swift/integration-tests/**/db/log
36
+ retention-days: 1
0 commit comments