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 3e5107d commit a592733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Configure Tests
run: composer test-setup

- name: Verify test setup
run: |
ls -ld /tmp/wordpress-tests-lib
echo $WP_CORE_DIR
echo $WP_TESTS_DIR
- name: Run PHPUnit tests
run: vendor/bin/phpunit --configuration vendor/bcgov/wordpress-utils/phpunit.xml.dist

Expand Down

0 comments on commit a592733

Please sign in to comment.