Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 9, 2024
1 parent 9acbe12 commit d0798a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
- name: Prepare tests
run: |
cd $(wp-env install-path)
ls -la
docker-compose run --rm -u $(id -u) -e HOME=/tmp tests-cli cp wp-content/themes/go/.dev/tests/php/assets/es_ES.mo wp-content/themes/go/languages/es_ES.mo
- name: Run tests
run: |
wp-env run phpunit "composer run test --working-dir=html/wp-content/themes/go/"
wp-env run phpunit composer run test --working-dir=html/wp-content/themes/go/
js:
name: JS Unit
Expand Down

0 comments on commit d0798a6

Please sign in to comment.