File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161
6262 - name : Validate samples
6363 if : ${{ env.STACKS != '' }}
64- run : STACKS_DIR=$(pwd)/samples/ .cache bash tests/validate_devfile_schemas.sh --samples
64+ run : STACKS_DIR=$(pwd)/.cache/samples bash tests/validate_devfile_schemas.sh --samples
Original file line number Diff line number Diff line change 2121- One can test the child samples using the [ validate_devfile_schemas] ( ./validate_devfile_schemas/ ) test suite by performing the following:
2222``` sh
2323export STACKS=$( bash tests/build_parents_file.sh)
24- STACKS_DIR=samples/ .cache bash tests/validate_devfile_schemas.sh --samples
24+ STACKS_DIR=.cache/samples bash tests/validate_devfile_schemas.sh --samples
2525```
2626
2727## Validating non-terminating images
You can’t perform that action at this time.
0 commit comments