forked from Silverfish/proton-bridge
chore: keep nighlty-job log as artifact.
This commit is contained in:
@ -71,7 +71,11 @@ test-integration-nightly:
|
|||||||
needs:
|
needs:
|
||||||
- test-integration
|
- test-integration
|
||||||
script:
|
script:
|
||||||
- make test-integration-nightly
|
- make test-integration-nightly | tee -a nightly-job.log
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- nightly-job.log
|
||||||
|
|
||||||
test-windows:
|
test-windows:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user