File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments