We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7d321 commit 268b7e0Copy full SHA for 268b7e0
1 file changed
.github/workflows/build.yml
@@ -25,6 +25,9 @@ jobs:
25
env:
26
GOPROXY: "https://proxy.golang.org"
27
run: go mod download
28
+
29
+ - name: Run compose
30
+ run: docker-compose -v
31
32
- name: Test
33
run: go test -v -coverprofile=coverage.txt ./...
0 commit comments