mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 13:40:57 -05:00
fix: Updated test file paths for github action test
This commit is contained in:
parent
77cf0d80af
commit
20fc59465d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -22,5 +22,5 @@ jobs:
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
__tests__/valid.yaml
|
src/_tests__/valid.yaml
|
||||||
schemaPath: "__tests__/schema.json"
|
schemaPath: "src/__tests__/schema.json"
|
Loading…
Reference in a new issue