Skip to content

Commit

Permalink
[CI] Disable composer validate
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Nov 4, 2024
1 parent da3a304 commit 8ae0538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ jobs:

-
name: Validate composer.json
run: composer validate --ansi --strict --no-check-publish
run: composer validate --ansi --strict --no-check-all
# Restore before Sylius 1.14 release
# run: composer validate --ansi --strict --no-check-publish

-
name: Run security check
Expand Down

0 comments on commit 8ae0538

Please sign in to comment.