We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a5a95 commit 9e76797Copy full SHA for 9e76797
.github/workflows/validate-samples.yaml
@@ -61,4 +61,4 @@ jobs:
61
62
- name: Validate samples
63
if: ${{ env.STACKS != '' }}
64
- run: STACKS_DIR=$(pwd)/samples/.cache bash tests/validate_devfile_schemas.sh --samples
+ run: STACKS_DIR=$(pwd)/.cache/samples bash tests/validate_devfile_schemas.sh --samples
tests/README.md
@@ -21,7 +21,7 @@
21
- One can test the child samples using the [validate_devfile_schemas](./validate_devfile_schemas/) test suite by performing the following:
22
```sh
23
export STACKS=$(bash tests/build_parents_file.sh)
24
-STACKS_DIR=samples/.cache bash tests/validate_devfile_schemas.sh --samples
+STACKS_DIR=.cache/samples bash tests/validate_devfile_schemas.sh --samples
25
```
26
27
## Validating non-terminating images
0 commit comments