We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e950a41 commit 26073a9Copy full SHA for 26073a9
1 file changed
.github/workflows/validate-with-registry.yaml
@@ -63,15 +63,15 @@ jobs:
63
YQ_PATH: "yq"
64
ENV: "minikube"
65
run: |
66
- # cd registry/tests
+ cd registry/tests
67
68
echo "=== Schema Validation ==="
69
# Use the registry's validate_devfile_schemas.sh script
70
- bash registry/tests/validate_devfile_schemas.sh --stacksPath $(pwd)/current-repo --stackDirs "sample-stack"
+ bash validate_devfile_schemas.sh --stacksPath $(pwd) --stackDirs "sample-stack"
71
72
echo "=== ODO v3 Validation ==="
73
# Use the registry's check_odov3.sh script
74
- bash registry/tests/check_odov3.sh --stacksPath $(pwd)/current-repo --stackDirs "sample-stack"
+ bash check_odov3.sh --stacksPath $(pwd) --stackDirs "sample-stack"
75
76
- name: Cleanup
77
if: always()
0 commit comments