File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Setup test environment with overrides
3030 run : |
3131 mkdir -p registry/stacks/python-basic
32- cp current-repo/devfile.yaml registry/stacks/python-basic/
33- cp current-repo/deploy.yaml registry/stacks/python-basic/
34- cp current-repo/app.py registry/stacks/python-basic/
35- cp current-repo/requirements.txt registry/stacks/python-basic/
32+ cp -r current-repo/* registry/stacks/python-basic/
3633
3734 - name : Setup Go
3835 uses : actions/setup-go@v4
5148 minikube-version : latest
5249 kubernetes-version : v1.28.0
5350
54- - name : Install odo latest version v3
55- uses : redhat-actions/openshift-tools-installer@2de9a80cf012ad0601021515481d433b91ef8fd5 # v1
56- with :
57- odo : " 3.16.1"
58-
5951 - name : Run Registry Validation Tests
6052 env :
6153 REGISTRY_PATH : ${{ github.workspace }}/registry
6759
6860 echo "=== Schema Validation ==="
6961 bash tests/validate_devfile_schemas.sh --stacksPath stacks --stackDirs python-basic
70-
71- echo "=== Check ODO v3 ==="
72- bash tests/check_odov3.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
73-
62+
7463 echo "=== Check Non-Terminating ==="
7564 bash tests/check_non_terminating.sh --stacksPath ${{ github.workspace }}/current-repo --stackDirs "."
7665
You can’t perform that action at this time.
0 commit comments