debugging in ci

change artifact upload action to occur always
This commit is contained in:
Eric 2023-11-23 10:56:26 +11:00
parent 256d66c2a8
commit 082a07b6fc
No known key found for this signature in database

View File

@ -91,7 +91,7 @@ jobs:
- name: Upload integration tests log files
uses: actions/upload-artifact@v3
if: matrix.tests == 'integration' || matrix.tests == 'all'
if: always()
with:
name: integration-tests-logs
path: tests/integration/logs/