mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-18 01:09:29 +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'
|
if: matrix.tests == 'integration' || matrix.tests == 'all'
|
||||||
run: make -j${ncpu} testIntegration
|
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:
|
coverage:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user