Skip to content

Commit 7fa5e56

Browse files
author
Lucas Yoon
committed
testing2
1 parent 752aa70 commit 7fa5e56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
6565
6666
echo "=== ODO v3 Validation ==="
67-
bash registry/tests/check_odov3.sh
67+
# bash registry/tests/check_odov3.sh
6868
6969
# Use the updated script that accepts input files directly
70-
# bash check_odov3.sh --stacksPath $(pwd)/current-repo/devfile.yaml --stackDirs "."
70+
bash registry/tests/check_odov3.sh --stacksPath $(pwd)/current-repo --stackDirs "."
7171
7272
- name: Cleanup
7373
if: always()

0 commit comments

Comments
 (0)