Skip to content

Commit

Permalink
"Added 'Verify test setup' step to testing workflow to print environm…
Browse files Browse the repository at this point in the history
…ent variables and directory listing"
  • Loading branch information
ASpiteri-BCGov committed Oct 15, 2024
1 parent cd5bfe7 commit 4fb4e65
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 @@ -50,6 +50,12 @@ jobs:
export WP_CORE_DIR=/tmp/wordpress
export WP_TESTS_DIR=/tmp/wordpress-tests-lib
- 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 4fb4e65

Please sign in to comment.