Skip to content

Commit

Permalink
chore(ci): fix comment on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Aug 5, 2024
1 parent a5c11d9 commit d98ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-against-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
PR_ID: ${{ github.event.pull_request.number }}
GIT_BRANCH: ${{ github.event.pull_request.head.ref }}
GH_TOKEN: ${{ secrets.TEAM_TF_CDK }}
run: gh pr comment $PR_ID "This test failure could mean that the snapshots need to be regenerated. Run `git checkout $GIT_BRANCH` followed by `yarn test -- --passWithNoTests --updateSnapshot`, and commit & push the results."
run: gh pr comment $PR_ID --body "This test failure could mean that the snapshots need to be regenerated. Run `git checkout $GIT_BRANCH` followed by `yarn test -- --passWithNoTests --updateSnapshot`, and commit & push the results."

0 comments on commit d98ef64

Please sign in to comment.