Skip to content

Commit

Permalink
Relaxed composer validation during dev
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed May 24, 2024
1 parent b47ad7d commit 8c136e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
name: Checkout branch

- name: Validate composer.json and composer.lock
run: composer validate --strict
# run: composer validate --strict
run: composer validate

- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit 8c136e6

Please sign in to comment.