Skip to content

Commit e6f4770

Browse files
author
Lucas Yoon
committed
testing6
1 parent 4295f99 commit e6f4770

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
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
go-version: '1.21'
4646

47-
- name: Install dependencies
47+
- name: Install Ginkgo
4848
run: |
4949
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
5050
sudo chmod +x /usr/local/bin/yq
@@ -67,11 +67,11 @@ jobs:
6767
6868
echo "=== Schema Validation ==="
6969
# Use the registry's validate_devfile_schemas.sh script
70-
bash registry/tests/validate_devfile_schemas.sh --stacksPath /current-repo --stackDirs "sample-stack"
70+
bash registry/tests/validate_devfile_schemas.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
7171
7272
echo "=== ODO v3 Validation ==="
7373
# Use the registry's check_odov3.sh script
74-
bash check_odov3.sh --stacksPath /current-repo --stackDirs "sample-stack"
74+
bash check_odov3.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
7575
7676
- name: Cleanup
7777
if: always()

0 commit comments

Comments
 (0)