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 61
61
62
62
- name : Validate samples
63
63
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 21
21
- One can test the child samples using the [ validate_devfile_schemas] ( ./validate_devfile_schemas/ ) test suite by performing the following:
22
22
``` sh
23
23
export 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
25
25
```
26
26
27
27
## Validating non-terminating images
You can’t perform that action at this time.
0 commit comments