ci(integration): include only necessary logs in artifacts
This commit is contained in:
parent
027c6efb32
commit
a279129ad8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
|
|
@ -28,5 +28,8 @@ jobs:
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: integration-artifacts
|
name: integration-artifacts
|
||||||
path: app/test/integration/artifacts/
|
path: |
|
||||||
|
app/test/integration/artifacts/compose.log
|
||||||
|
app/test/integration/artifacts/docker-output.log
|
||||||
|
app/test/integration/artifacts/runs/**
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue