Skip to content

Commit

Permalink
Install composer deps after running php-scoper
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Aug 29, 2023
1 parent d6d5413 commit d820f85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
- name: Add Composer bin to PATH
run: echo "$HOME/.composer/vendor/bin/" >> $GITHUB_PATH

- name: Install composer dependencies
- name: Run PHP-Scoper
run: composer run phpscoper

- name: Install composer dependencies
run: composer install

- name: Start Docker environment
run: npm run wp-env start

Expand Down

0 comments on commit d820f85

Please sign in to comment.