Skip to content

Commit

Permalink
fix re-reun fails report path
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 25, 2023
1 parent 112e6b4 commit 4ab8a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ commands:
- run: &rerun-fails-report
name: "Re-run fails report"
command: |
.circleci/scripts/rerun-fails-report.sh /tmp/gotestsum-rerun-fails
.circleci/scripts/rerun_fails_report.sh /tmp/gotestsum-rerun-fails
- run: *notify-slack-failure

jobs:
Expand Down

0 comments on commit 4ab8a10

Please sign in to comment.