Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpiteri-BCGov committed Sep 26, 2024
1 parent 5853e84 commit b798fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
MYSQL_RANDOM_ROOT_PASSWORD: 1
MYSQL_DATABASE: wp_tests_db
MYSQL_USER: wp_test
MYSQL_PASSWORD: password
MYSQL_PASSWORD: password1
MYSQL_HOST: 127.0.0.1
ports:
- 3306
Expand All @@ -46,6 +46,6 @@ jobs:
- run: composer test
env:
WP_DB_USER: wp_test
WP_DB_PASS: password
WP_DB_PASS: password1
WP_DB_NAME: wp_tests_db
WP_DB_HOST: 127.0.0.1:${{ job.services.mysql.ports[3306] }}

0 comments on commit b798fed

Please sign in to comment.