Skip to content

Commit a3c1942

Browse files
author
Lucas Yoon
committed
add path
1 parent c618ad1 commit a3c1942

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate-with-registry.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313

1414
env:
1515
REGISTRY_PATH: ${{ github.workspace }}/registry
16-
DEVFILE_PATH: ${{ github.workspace }}/test-sample/devfile.yaml
1716

1817
steps:
1918
- name: Checkout current repo
@@ -65,7 +64,11 @@ jobs:
6564
run: |
6665
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
6766
sudo chmod +x /usr/local/bin/yq
68-
go install github.com/onsi/ginkgo/v2/ginkgo@latest
67+
68+
# Install Ginkgo version that matches the registry's go.mod
69+
cd registry
70+
go install github.com/onsi/ginkgo/v2/ginkgo
71+
cd ..
6972
7073
- name: Setup Minikube
7174
uses: medyagh/setup-minikube@master

0 commit comments

Comments
 (0)