We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788d3ad commit b6e48eaCopy full SHA for b6e48ea
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
MYSQL_DATABASE: sql-dog
14
ports:
15
- 3306
16
- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+
17
steps:
18
- name: Set up Go 1.13
19
uses: actions/setup-go@v1
@@ -25,4 +25,4 @@ jobs:
25
- name: Get dependencies
26
run: go mod download
27
- name: Test
28
- run: go test ./...
+ run: go test ./...
0 commit comments