Skip to content

Commit

Permalink
Try fixed MySQL credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
iksaku committed Sep 20, 2024
1 parent 7b97c0a commit c7d3ed3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
image: ${{ matrix.database == 'mysql' && 'mysql:5.7' || '' }}
env:
MYSQL_DATABASE: test
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: password
ports:
- 3306:3306
options: >-
Expand Down Expand Up @@ -78,3 +78,6 @@ jobs:
run: vendor/bin/pest
env:
DB_CONNECTION: ${{ matrix.database }}
DB_DATABASE: test
DB_USERNAME: root
DB_PASSWORD: password

0 comments on commit c7d3ed3

Please sign in to comment.