Install ginkgo before calling tests

This commit is contained in:
Ettore Di Giacinto
2022-09-13 21:04:36 +00:00
parent da695e3461
commit 6951d26fda

View File

@@ -16,4 +16,5 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: |
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
make kind-e2e-tests