Skip to content

Commit

Permalink
feat: fail workflow if composer patches fail
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut committed Nov 20, 2024
1 parent 1e81d81 commit 9dd4378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
build:
name: Install LocalGov Microsites
runs-on: ubuntu-latest
env:
COMPOSER_EXIT_ON_PATCH_FAILURE: '1'

strategy:
fail-fast: false
Expand Down

0 comments on commit 9dd4378

Please sign in to comment.