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 2db8a46 commit c771025
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 @@ -72,7 +72,7 @@ jobs:
run: docker ps -a

- name: Show MySQL Docker container
run: docker ps -a --filter "name=mysql"
run: docker ps -a --filter "name=mysql" --format "{{.Command}}"

- name: Show Database for Root User
run: |
Expand Down

0 comments on commit c771025

Please sign in to comment.