mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-01 12:13:09 +00:00
debugging in ci
change if conditional to upload artifacts
This commit is contained in:
parent
3652be89d6
commit
723babb634
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -91,9 +91,10 @@ jobs:
|
||||
|
||||
- name: Upload integration tests log files
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.tests == 'integration'
|
||||
with:
|
||||
name: integration-tests-logs
|
||||
path: ./tests/integration/logs/
|
||||
path: tests/integration/logs/
|
||||
retention-days: 1
|
||||
|
||||
coverage:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user