Skip to content

Commit b6e48ea

Browse files
author
takeshi iijima
committed
chore: update MySQL CI setting
1 parent 788d3ad commit b6e48ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
MYSQL_DATABASE: sql-dog
1414
ports:
1515
- 3306
16-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
16+
1717
steps:
1818
- name: Set up Go 1.13
1919
uses: actions/setup-go@v1
@@ -25,4 +25,4 @@ jobs:
2525
- name: Get dependencies
2626
run: go mod download
2727
- name: Test
28-
run: go test ./...
28+
run: go test ./...

0 commit comments

Comments
 (0)