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 1f99b4e commit ffba41d
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 @@ -50,7 +50,7 @@ jobs:
run: |
mysql --version
sudo apt-get install -y mysql-client
mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -u$MYSQL_USER -p$MYSQL_PASSWORD --host$MYSQL_HOST -e "SHOW DATABASES"
mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -u$MYSQL_USER -p$MYSQL_PASSWORD -e "SHOW DATABASES"
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ffba41d

Please sign in to comment.