Skip to content

Commit

Permalink
Test commenting out prepare tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Jul 9, 2024
1 parent a88e53a commit 40f15cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
plugins: '["https://downloads.wordpress.org/plugin/coblocks.zip","https://downloads.wordpress.org/plugin/woocommerce.zip"]'
themes: '["."]'

- name: Prepare tests
run: |
cd $(wp-env install-path)
ls -la
cat docker-compose.yml
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: Prepare tests
# run: |
# cd $(wp-env install-path)
# ls -la
# cat docker-compose.yml
# 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: |
Expand Down

0 comments on commit 40f15cc

Please sign in to comment.