Skip to content

Commit 4295f99

Browse files
author
Lucas Yoon
committed
testing6
1 parent 9ab107d commit 4295f99

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)