Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rayblair06 committed Sep 10, 2024
1 parent e543780 commit 15e4683
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,19 @@ jobs:
image: mysql:8.3
env:
MYSQL_ROOT_PASSWORD: ${{ env.DB_PASSWORD }}
MYSQL_ROOT_HOST: "%"
MYSQL_DATABASE: ${{ env.DB_DATABASE }}
MYSQL_USER: ${{ env.DB_USERNAME }}
MYSQL_PASSWORD: ${{ env.DB_PASSWORD }}
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
ports:
- 3306:3306
# Give MySQL time to be ready
options: >-
--health-cmd="mysqladmin ping --silent"
--health-cmd="mysqladmin ping --silent -p${{ DB_PASSWORD }}"
--health-interval=10s
--health-timeout=5s
--health-retries=3
--health-timeout=5s
steps:
- name: Checkout
Expand Down

0 comments on commit 15e4683

Please sign in to comment.