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 bb716dd + cd700df commit f8386e7Copy full SHA for f8386e7
swift/actions/run-integration-tests/action.yml
@@ -25,3 +25,13 @@ 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
+ 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