diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d371e13..02083bc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,8 +10,8 @@ jobs: tests: runs-on: ubuntu-latest env: - WP_CORE_DIR: /tmp/wordpress - WP_TESTS_DIR: /tmp/wordpress-tests-lib + WP_CORE_DIR: /tmp/WordPress + WP_TESTS_DIR: /tmp/WordPress/wordpress-tests-lib services: mysql: # Update the specific version of MySQL to match the version used on your server. @@ -53,6 +53,7 @@ jobs: ls -ld /tmp/wordpress-tests-lib echo $WP_CORE_DIR echo $WP_TESTS_DIR + echo $TMPDIR - name: Run PHPUnit tests run: vendor/bin/phpunit --configuration vendor/bcgov/wordpress-utils/phpunit.xml.dist