Skip to content

Commit

Permalink
init tests on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
hokoo committed Oct 20, 2024
1 parent 355644a commit 6c9eaf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wp-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
timeout-minutes: 1

- name: Run
run: vendor/bin/phpunit -c php-wp-unit.xml
run: |
cd ./tests/dev/ && bash ./init.sh
vendor/bin/phpunit -c php-wp-unit.xml

0 comments on commit 6c9eaf3

Please sign in to comment.