mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fixing ginkgo version to 2.1.3
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
This commit is contained in:
parent
7a6b5a0193
commit
1b7145b5d4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
@ -8,6 +8,7 @@ env:
|
|||
# Common versions
|
||||
GO_VERSION: '1.17'
|
||||
GOLANGCI_VERSION: 'v1.33'
|
||||
GINKGO_VERSION: 'v2.1.3'
|
||||
DOCKER_BUILDX_VERSION: 'v0.4.2'
|
||||
KIND_VERSION: 'v0.11.1'
|
||||
KIND_IMAGE: 'kindest/node:v1.23.3'
|
||||
|
@ -89,7 +90,7 @@ jobs:
|
|||
BUILD_ARGS: "--load"
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
go get github.com/onsi/ginkgo/v2/ginkgo
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@${{env.GINKGO_VERSION}}
|
||||
make test.e2e
|
||||
|
||||
# Repo owner has commented /ok-to-test on a (fork-based) pull request
|
||||
|
@ -152,7 +153,7 @@ jobs:
|
|||
BUILD_ARGS: "--load"
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
go get github.com/onsi/ginkgo/v2/ginkgo
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo@${{env.GINKGO_VERSION}}
|
||||
make test.e2e
|
||||
|
||||
# Update check run called "integration-fork"
|
||||
|
|
Loading…
Reference in a new issue