Skip to content

Commit

Permalink
Install composer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-vlasenko committed Dec 13, 2022
1 parent 3448a87 commit e433d83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
npm ci
npm run build
- name: Install Composer dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6 # v2.2.0
with:
custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")

- name: Start Docker environment
run: |
npm run wp-env start
Expand Down

0 comments on commit e433d83

Please sign in to comment.