Skip to content

Commit

Permalink
fix exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Oct 30, 2024
1 parent 8f4301f commit 19d631c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 19d631c

Please sign in to comment.