Skip to content

Commit

Permalink
validate after install
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Jul 21, 2024
1 parent f51fa47 commit 9dd0ff6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
uses: php-actions/composer@v6
with:
command: validate --strict

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v4
Expand All @@ -32,5 +27,10 @@ jobs:
with:
args: --prefer-dist --no-progress

- name: Validate composer.json and composer.lock
uses: php-actions/composer@v6
with:
command: validate --strict

- name: Run test suite
uses: php-actions/phpunit@v4

0 comments on commit 9dd0ff6

Please sign in to comment.