Swift: upload test DBs as artifacts for integration tests

This commit is contained in:
Paolo Tranquilli
2022-12-01 16:28:43 +01:00
parent ef8e52a4b0
commit c374a5301e

View File

@@ -25,3 +25,12 @@ runs:
shell: bash
run: |
python swift/integration-tests/runner.py --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
env:
SEMMLE_DEBUG_TRACER: 10000
- name: Upload test logs
uses: actions/upload-artifact@v3
with:
name: swift-integration-tests-logs-${{ runner.os }}
path: |
swift/integration-tests/**/db/log
retention-days: 1