Skip to content

Commit c123526

Browse files
author
Lucas Yoon
committed
testing10
1 parent cbaa4d9 commit c123526

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ jobs:
6565
run: |
6666
cd registry
6767
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-
8268
echo "=== Schema Validation ==="
8369
bash tests/validate_devfile_schemas.sh --stacksPath stacks --stackDirs python-basic
8470

0 commit comments

Comments
 (0)