Skip to content

Commit

Permalink
fix: ensure CI failing on test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Dec 30, 2023
1 parent fe4cccd commit a9317a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
npx playwright install-deps
npx playwright install
- name: Run tests
run: |
run: |
set -e
npx playwright test

0 comments on commit a9317a2

Please sign in to comment.