Skip to content

Commit 268b7e0

Browse files
committed
setup compose
1 parent 1f7d321 commit 268b7e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
env:
2626
GOPROXY: "https://proxy.golang.org"
2727
run: go mod download
28+
29+
- name: Run compose
30+
run: docker-compose -v
2831

2932
- name: Test
3033
run: go test -v -coverprofile=coverage.txt ./...

0 commit comments

Comments
 (0)