Skip to content

Commit

Permalink
chore: fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Apr 17, 2024
1 parent 1d02c9b commit 8ba436d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
run: yarn install --immutable
- name: Install Composer dependencies
uses: "ramsey/composer-install@v2"
- name: Install Composer build dependencies
run: composer bin build install --no-progress
- name: Compose dependencies
run: composer compose
- name: Start wp-env
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
Expand Down

0 comments on commit 8ba436d

Please sign in to comment.