Skip to content

Commit

Permalink
Update pest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Oct 1, 2024
1 parent e73ca19 commit 81c1638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Show Database for Root User
run: |
mysql -h 127.0.0.1 -u root -psecretroot -e "SHOW DATABASES;"
mysql -h 0.0.0.0 -p32768 -u root -psecretroot -e "SHOW DATABASES;"
- name: Execute tests
Expand Down

0 comments on commit 81c1638

Please sign in to comment.