File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 with :
4545 go-version : ' 1.21'
4646
47- # - name: Install dependencies
48- # run: |
49- # sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
50- # sudo chmod +x /usr/local/bin/yq
51- # go install github.com/onsi/ginkgo/v2/ginkgo@latest
47+ - name : Install dependencies
48+ run : |
49+ sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
50+ sudo chmod +x /usr/local/bin/yq
51+ go install github.com/onsi/ginkgo/v2/ginkgo@latest
5252
5353 - name : Setup Minikube
5454 uses : medyagh/setup-minikube@master
@@ -67,11 +67,11 @@ jobs:
6767
6868 echo "=== Schema Validation ==="
6969 # Use the registry's validate_devfile_schemas.sh script
70- bash registry/tests/validate_devfile_schemas.sh --stacksPath $(pwd) /current-repo --stackDirs "sample-stack"
70+ bash registry/tests/validate_devfile_schemas.sh --stacksPath /current-repo --stackDirs "sample-stack"
7171
7272 echo "=== ODO v3 Validation ==="
7373 # Use the registry's check_odov3.sh script
74- bash check_odov3.sh --stacksPath $(pwd) --stackDirs "sample-stack"
74+ bash check_odov3.sh --stacksPath /current-repo --stackDirs "sample-stack"
7575
7676 - name : Cleanup
7777 if : always()
You can’t perform that action at this time.
0 commit comments