Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 1, 2024
1 parent 131c1c7 commit c917fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: mysql
options: >-
--health-cmd mysqladmin ping
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand All @@ -43,4 +43,4 @@ jobs:
with:
go-version: 1.22
- name: Run integration test
run: make mysql-itest
run: MYSQL_HOST=mysql make mysql-itest
1 change: 0 additions & 1 deletion integration_tests/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '3.1'

services:
mysql:
image: mysql:8.0
Expand Down

0 comments on commit c917fd4

Please sign in to comment.