зеркало из https://github.com/github/codeql.git
Swift: always upload integration test logs
This way we can get logs also in case we cancelled the job due to a test hanging indefinitely (which is happening from time to time to the Xcode test).
This commit is contained in:
Родитель
79d8444b94
Коммит
a0d7043615
|
@ -28,7 +28,7 @@ runs:
|
|||
env:
|
||||
SEMMLE_DEBUG_TRACER: 10000
|
||||
- name: Upload test logs
|
||||
if: ${{ !cancelled() }}
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: swift-integration-tests-logs-${{ runner.os }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче