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 Nov 7, 2024
1 parent 144ddb2 commit b0ddd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Install @wordpress/env
run: npm install -g @wordpress/env
- name: Run @wordpress/env
run: wp-env start
run: |
echo y | wp-env destroy
wp-env start
- name: PHP Unit Test
run: npm run phpunit

0 comments on commit b0ddd80

Please sign in to comment.