Skip to content

Commit

Permalink
Merge pull request #71 from localgovdrupal/feature/fail-workflow-on-f…
Browse files Browse the repository at this point in the history
…ailed-composer-patch

feat: fail workflow if composer patches fail
  • Loading branch information
finnlewis authored Nov 26, 2024
2 parents e8f3ab3 + 9dd4378 commit 9697954
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 9697954

Please sign in to comment.