Skip to content

Commit

Permalink
Exit immediately if an error occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 28, 2024
1 parent 7b44af0 commit 2df13f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: actions/checkout@v4

- name: Run tests
run: make test-${{ matrix.platform }}
run: |
set -e
make test-${{ matrix.platform }}
archive-demos:
name: "📦 Archives"
Expand Down

0 comments on commit 2df13f5

Please sign in to comment.