Skip to content

Commit

Permalink
fix version of Ginkgo installed on CI (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 11, 2022
1 parent 423f5dc commit 52ab245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- checkout
- run:
name: "Setup build environment"
command: go install github.com/onsi/ginkgo/v2/ginkgo@latest
command: go install github.com/onsi/ginkgo/v2/ginkgo
- run:
name: "Build infos"
command: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go }}
- run: go version
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Install dependencies
run: go install
- name: set qlogger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: ${{ matrix.go }}
- run: go version
- name: Install Ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
run: go install github.com/onsi/ginkgo/v2/ginkgo
- name: Run tests
env:
TIMESCALE_FACTOR: 10
Expand Down

0 comments on commit 52ab245

Please sign in to comment.