From a90291a962c3364f0e2200a01540c50e26fa66f1 Mon Sep 17 00:00:00 2001 From: ASpiteri-BCGov <49036255+ASpiteri-BCGov@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:53:02 -0700 Subject: [PATCH] test --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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