mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-15 20:03:09 +00:00
debugging in ci
add integration tests logs as ci artifact
This commit is contained in:
parent
d3c07cf1d4
commit
c8f40b1a67
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -89,6 +89,13 @@ jobs:
|
||||
if: matrix.tests == 'integration' || matrix.tests == 'all'
|
||||
run: make -j${ncpu} testIntegration
|
||||
|
||||
- name: Upload integration tests log files
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: integration-tests-logs
|
||||
path: ${{github.workspace}}/tests/integration/logs/
|
||||
retention-days: 1
|
||||
|
||||
coverage:
|
||||
continue-on-error: true
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user