We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3768d commit 9ccbafcCopy full SHA for 9ccbafc
1 file changed
.github/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Run integration tests
95
run: |
96
go mod download
97
- make cover-integration
+ make setup cover-integration
98
env:
99
XCACHE_REDIS6_ADDRS: 127.0.0.1:6379
100
XCACHE_REDIS7_ADDRS: 127.0.0.1:6380
@@ -103,6 +103,6 @@ jobs:
103
if: matrix.go-version == '1.24.x'
104
uses: coverallsapp/github-action@v2
105
with:
106
- file: cover-integration.out
+ file: bin/cover-integration.out
107
flag-name: integration-test
108
fail-on-error: false
0 commit comments