Skip to content

Commit

Permalink
Merge pull request #57 from benknoble/fix-benchmarks-failure
Browse files Browse the repository at this point in the history
use pipefail in a step with a pipe
  • Loading branch information
countvajhula authored Jul 26, 2022
2 parents a1ac1ea + 4e38e3b commit c9f02dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install Package and its Dependencies
run: make install
- name: Run benchmark
shell: 'bash --noprofile --norc -eo pipefail {0}'
run: make report-benchmarks | tee benchmarks.txt
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit c9f02dd

Please sign in to comment.