Skip to content

Commit

Permalink
Handle exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
dottxado committed Jan 24, 2025
1 parent e8f5ead commit a886412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,5 @@ jobs:
retention-days: ${{ inputs.ARTIFACT_RETENTION_DAYS }}

- name: Exit the status of the test
if: ${{ steps.run-playwright-test.outputs.test_exit_code != 0 }}
run: |
exit ${{ steps.run-playwright-test.outputs.test_exit_code }}

0 comments on commit a886412

Please sign in to comment.