From 40f15cc1ee121c4c7235877299d42719af83fdb7 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Tue, 9 Jul 2024 15:13:17 -0400 Subject: [PATCH] Test commenting out prepare tests --- .github/workflows/run-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0982f830..c9dd4699 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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: |