Skip to content

Commit

Permalink
fix re-reun fails report path another place
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Mar 25, 2023
1 parent 4ab8a10 commit 61b1b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
path: /tmp/jsonfile
- name: "Re-run fails report"
run: |
.github/scripts/rerun-fails-report.sh /tmp/gotestsum-rerun-fails
.github/scripts/rerun_fails_report.sh /tmp/gotestsum-rerun-fails
- name: Notify Slack
if: failure()
run: .github/scripts/notify_slack.sh

0 comments on commit 61b1b0a

Please sign in to comment.