Skip to content

Commit 8336f71

Browse files
author
Lucas Yoon
committed
adding renovate and test scripts #1718
Signed-off-by: Lucas Yoon <lyoon@lyoon-thinkpadp1gen7.boston.csb>
1 parent 7d040d6 commit 8336f71

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
TEST_NAMESPACE: "default"
5555
YQ_PATH: "yq"
5656
ENV: "minikube"
57-
run: |
57+
run: |
58+
cd registry
59+
5860
echo "=== Schema Validation ==="
5961
bash tests/validate_devfile_schemas.sh --stacksPath stacks --stackDirs python-basic
60-
62+
6163
- name: Cleanup
6264
if: always()
6365
run: |

0 commit comments

Comments
 (0)