Skip to content

Commit

Permalink
Update php_unit_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayaMORIMOTO authored Oct 31, 2024
1 parent d09bf1b commit febffff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,10 @@ jobs:
curl -sL "${{ secrets.G3_PRO_UNIT_URL }}" -o plugin.zip
unzip plugin.zip -d temp/plugins
rm -f plugin.zip
- name: Run @wordpress/env
run: |
sudo apt install --upgrade docker-compose
npx wp-env destroy
npx wp-env start
- name: PHP Unit Test
run: npm run phpunit

0 comments on commit febffff

Please sign in to comment.