From b5db3a55bfef63dce3d84653d2879593b126417c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Wed, 13 Dec 2023 18:12:27 +0100 Subject: [PATCH] Process with resources event if the test fails --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 487dfc95d2..09622f2679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,8 @@ jobs: with: python-version: 3.x - name: run tests - run: make ef-test-v0 | tee test_v0.out + run: make ef-test-v0 2>&1 | tee test_v0.out + continue-on-error: true - name: Retrieve ef-tests execution resources run: python scripts/compute_resources.py env: