Skip to content

Commit 51eb318

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

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

1718
steps:
1819
- name: Checkout current repo
@@ -65,10 +66,9 @@ jobs:
6566
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
6667
sudo chmod +x /usr/local/bin/yq
6768
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 ..
69+
# Install Ginkgo - using @latest to avoid module dependency issues
70+
# The version mismatch warning can be ignored as it still works
71+
go install github.com/onsi/ginkgo/v2/ginkgo@latest
7272
7373
- name: Setup Minikube
7474
uses: medyagh/setup-minikube@master

0 commit comments

Comments
 (0)