mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-09-19 01:14:24 +00:00
Install ginkgo before calling tests
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -16,4 +16,5 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
||||||
make kind-e2e-tests
|
make kind-e2e-tests
|
Reference in New Issue
Block a user