Skip to content

Commit

Permalink
Allow re-running failed e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 1, 2024
1 parent 5f98df2 commit d9e5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
- name: Report error on github UI
run: |
if [ ${{ needs.e2e.outputs.status }} == 'failure' ]
if [ "${{ needs.e2e.outputs.status }}" == 'failure' ]
then
exit 1
fi
Expand Down

0 comments on commit d9e5954

Please sign in to comment.