From 19d631ce999a6d381fffa41ef44ac3e02ac19fbe Mon Sep 17 00:00:00 2001 From: Javier Cladellas Date: Wed, 30 Oct 2024 13:31:18 +0100 Subject: [PATCH] fix exit code --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 55e07da3..93e00734 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -137,7 +137,6 @@ jobs: - name: Execute benchmarks run: | source .venv/bin/activate - exit_code=$(execute-benchmark -ec ${{matrix.machine_cfg}} --config ./tmp/benchmark_config.json -vv) - exit $exit_code + execute-benchmark -ec ${{matrix.machine_cfg}} --config ./tmp/benchmark_config.json -vv env: GIRDER_API_KEY: ${{secrets.GIRDER}}