Skip to content

Commit

Permalink
test(ci): fix ginkgo version template in e2e tests (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
Co-authored-by: Roman Sysoev <roman.sysoev@flant.com>
  • Loading branch information
hardcoretime and Roman Sysoev authored Nov 8, 2024
1 parent 1cc1a92 commit d103f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_e2e_tests_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "Install ginkgo"
GINKGO_VERSION=$(go list -f '{{.Version}}' -m github.com/onsi/ginkgo/v2)
go install "github.com/onsi/ginkgo/v2/ginkgo@v${GINKGO_VERSION}"
go install "github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VERSION}"
- name: Install Deckhouse-cli
run: |
Expand Down

0 comments on commit d103f91

Please sign in to comment.