Skip to content

Commit

Permalink
Fix samples path in workflow (#413)
Browse files Browse the repository at this point in the history
* fix samples path in workflow

Signed-off-by: Michael Valdron <[email protected]>

* fix documentation

Signed-off-by: Michael Valdron <[email protected]>

---------

Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron authored May 28, 2024
1 parent 66a5a95 commit 9e76797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: Validate samples
if: ${{ env.STACKS != '' }}
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
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- One can test the child samples using the [validate_devfile_schemas](./validate_devfile_schemas/) test suite by performing the following:
```sh
export STACKS=$(bash tests/build_parents_file.sh)
STACKS_DIR=samples/.cache bash tests/validate_devfile_schemas.sh --samples
STACKS_DIR=.cache/samples bash tests/validate_devfile_schemas.sh --samples
```

## Validating non-terminating images
Expand Down

0 comments on commit 9e76797

Please sign in to comment.