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 cbaa4d9 commit c123526Copy full SHA for c123526
1 file changed
.github/workflows/validate-with-registry.yaml
@@ -65,20 +65,6 @@ jobs:
65
run: |
66
cd registry
67
68
- # echo "=== Available test tools ==="
69
- # ls -la tests/
70
- # find tests/ -name "odo*" -type f || echo "No odo found"
71
-
72
- # # Add the registry tests directory to PATH
73
- # export PATH="$PWD/tests:$PATH"
74
75
- # # Make odo executable if it exists
76
- # if [ -f "tests/odo" ]; then
77
- # chmod +x tests/odo
78
- # echo "Found odo at: $(which odo)"
79
- # odo version || echo "odo version check failed"
80
- # fi
81
82
echo "=== Schema Validation ==="
83
bash tests/validate_devfile_schemas.sh --stacksPath stacks --stackDirs python-basic
84
0 commit comments