Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madmatvey committed May 17, 2024
1 parent 1c5e4b3 commit 28de14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
services:
db:
image: mysql:5.7
image: mysql:5.7.44
ports:
- 3307:3307
env:
Expand All @@ -16,7 +16,7 @@ jobs:
MYSQL_ROOT_PASSWORD: 'password'
MYSQL_TCP_PORT: 3307
options: >-
--init-file /.github/GH-mysql-init.sql
--init-file ${{ github.action_path }}/.github/GH-mysql-init.sql
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
Expand Down

0 comments on commit 28de14f

Please sign in to comment.