Skip to content

Commit 9ccbafc

Browse files
committed
fix github workflow
1 parent ad3768d commit 9ccbafc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Run integration tests
9595
run: |
9696
go mod download
97-
make cover-integration
97+
make setup cover-integration
9898
env:
9999
XCACHE_REDIS6_ADDRS: 127.0.0.1:6379
100100
XCACHE_REDIS7_ADDRS: 127.0.0.1:6380
@@ -103,6 +103,6 @@ jobs:
103103
if: matrix.go-version == '1.24.x'
104104
uses: coverallsapp/github-action@v2
105105
with:
106-
file: cover-integration.out
106+
file: bin/cover-integration.out
107107
flag-name: integration-test
108108
fail-on-error: false

0 commit comments

Comments
 (0)