Skip to content

Commit 26073a9

Browse files
author
Lucas Yoon
committed
testing4
1 parent e950a41 commit 26073a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
YQ_PATH: "yq"
6464
ENV: "minikube"
6565
run: |
66-
# cd registry/tests
66+
cd registry/tests
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 validate_devfile_schemas.sh --stacksPath $(pwd) --stackDirs "sample-stack"
7171
7272
echo "=== ODO v3 Validation ==="
7373
# Use the registry's check_odov3.sh script
74-
bash registry/tests/check_odov3.sh --stacksPath $(pwd)/current-repo --stackDirs "sample-stack"
74+
bash check_odov3.sh --stacksPath $(pwd) --stackDirs "sample-stack"
7575
7676
- name: Cleanup
7777
if: always()

0 commit comments

Comments
 (0)