Skip to content

Commit

Permalink
Fixed missing go file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Feb 8, 2024
1 parent bcdfd83 commit a9bd40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
go-version-file: "./integration-tests/go.mod"
check-latest: true
cache: true
- run: cd ./integration-tests && go test -run=xxx ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
go-version-file: "./integration-tests/go.mod"
check-latest: true
cache: true
- run: cd ./integration-tests && go test -run=xxx ./...
Expand Down

0 comments on commit a9bd40d

Please sign in to comment.