From 58736dd25482a28f2fb20cd157d5d06db8211c75 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Fri, 8 Dec 2023 09:31:57 +0100 Subject: [PATCH] chore: keep nighlty-job log as artifact. --- ci/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/test.yml b/ci/test.yml index 9afa3b01..ed5d2ecc 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -71,7 +71,11 @@ test-integration-nightly: needs: - test-integration script: - - make test-integration-nightly + - make test-integration-nightly | tee -a nightly-job.log + artifacts: + when: always + paths: + - nightly-job.log test-windows: extends: