Skip to content

Commit 09d68b6

Browse files
committed
chore(ci): hacking on ci
1 parent 594eea1 commit 09d68b6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/golang.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Build
3737
run: go build -v ./...
3838
- name: Test
39-
env:
40-
TEST_DATABASE_URL: "postgres://postgres:password@localhost:5432/jaeger"
41-
run: go test -test.parallel=1 ./...
39+
ueses: nick-fields/retry@v2
40+
with:
41+
max_attempts: 3
42+
command: |
43+
TEST_DATABASE_URL='postgres://postgres:password@localhost:5432/jaeger' go test -test.parallel=1 ./...

0 commit comments

Comments
 (0)