File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
env :
15
15
REGISTRY_PATH : ${{ github.workspace }}/registry
16
+ DEVFILE_PATH : ${{ github.workspace }}/test-sample/devfile.yaml
16
17
17
18
steps :
18
19
- name : Checkout current repo
65
66
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
66
67
sudo chmod +x /usr/local/bin/yq
67
68
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
72
72
73
73
- name : Setup Minikube
74
74
uses : medyagh/setup-minikube@master
You can’t perform that action at this time.
0 commit comments