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 68c080e commit e73ca19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Show Docker containers
run: docker ps -a

- name: Show MySQL Docker container
run: docker ps -a --filter "name=mysql"

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

0 comments on commit e73ca19

Please sign in to comment.