Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpiteri-BCGov committed Oct 15, 2024
1 parent a592733 commit a90291a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a90291a

Please sign in to comment.