forked from Silverfish/proton-bridge
chore: set log as artefact for all integration test.
This commit is contained in:
13
ci/test.yml
13
ci/test.yml
@ -55,14 +55,23 @@ test-integration:
|
|||||||
extends:
|
extends:
|
||||||
- test-linux
|
- test-linux
|
||||||
script:
|
script:
|
||||||
- make test-integration
|
- make test-integration | tee -a integration-job.log
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- integration-job.log
|
||||||
|
|
||||||
test-integration-race:
|
test-integration-race:
|
||||||
extends:
|
extends:
|
||||||
- test-integration
|
- test-integration
|
||||||
- .rules-branch-and-MR-manual
|
- .rules-branch-and-MR-manual
|
||||||
script:
|
script:
|
||||||
- make test-integration-race
|
- make test-integration-race | tee -a integration-race-job.log
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- integration-race-job.log
|
||||||
|
|
||||||
|
|
||||||
test-integration-nightly:
|
test-integration-nightly:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user