We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7d321 commit 8fa1c89Copy full SHA for 8fa1c89
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: APP_PROJECT=protokaf docker-compose -f build/docker/docker-compose.yaml up -d
31
32
- name: Test
33
run: go test -v -coverprofile=coverage.txt ./...
0 commit comments