We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c618ad1 commit a3c1942Copy full SHA for a3c1942
.github/workflows/validate-with-registry.yaml
@@ -13,7 +13,6 @@ jobs:
13
14
env:
15
REGISTRY_PATH: ${{ github.workspace }}/registry
16
- DEVFILE_PATH: ${{ github.workspace }}/test-sample/devfile.yaml
17
18
steps:
19
- name: Checkout current repo
@@ -65,7 +64,11 @@ jobs:
65
64
run: |
66
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
67
sudo chmod +x /usr/local/bin/yq
68
- go install github.com/onsi/ginkgo/v2/ginkgo@latest
+
+ # Install Ginkgo version that matches the registry's go.mod
69
+ cd registry
70
+ go install github.com/onsi/ginkgo/v2/ginkgo
71
+ cd ..
72
73
- name: Setup Minikube
74
uses: medyagh/setup-minikube@master
0 commit comments