Skip to content

Commit

Permalink
testing failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
epolack committed Dec 12, 2023
1 parent baa1cb4 commit 90267f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
BenchmarkCI.postjudge()'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Is report successful
run: |
res=$(julia --project=benchmark -e '
using BenchmarkCI
BenchmarkCI.displayjudgement()' | grep --count ':x:')
if [[ $res -gt 1 ]]; then exit 1; fi

0 comments on commit 90267f4

Please sign in to comment.