Skip to content

Commit

Permalink
Update tests-misc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Aug 20, 2024
1 parent a9918c2 commit 0d7b9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,13 @@ jobs:
- name: script
id: compare
run: |
FAILED_MSG='### node-bench-regression-guard failed ❌, check the regression in *cargo-check-benches* job'
docker run --rm \
-v $PWD/artifacts/master:/artifacts/master \
-v $PWD/artifacts/current:/artifacts/current \
paritytech/node-bench-regression-guard:latest \
exit 1 \
|| echo '### node-bench-regression-guard failed ❌, check the regression in *cargo-check-benches* job' >> $GITHUB_STEP_SUMMARY
|| echo $FAILED_MSG >> $GITHUB_STEP_SUMMARY && echo $FAILED_MSG && exit 1
# node-bench-regression-guard --reference /artifacts/master --compare-with /artifacts/current \
#

Expand Down

0 comments on commit 0d7b9b8

Please sign in to comment.