Skip to content

Commit

Permalink
[CI] Change composer validate command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafikooo committed Nov 6, 2024
1 parent a63c23e commit fbfb03d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ jobs:

-
name: Validate composer.json
run: composer validate --ansi --strict

# Restore before RefundPlugin 1.6 release
# run: composer validate --ansi --strict
run: composer validate --ansi --strict --no-check-all
-
name: Run ECS
run: vendor/bin/ecs check src/ spec/
Expand Down

0 comments on commit fbfb03d

Please sign in to comment.