mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 05:30:56 -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: ./
|
||||
with:
|
||||
files: |
|
||||
__tests__/valid.yaml
|
||||
schemaPath: "__tests__/schema.json"
|
||||
src/_tests__/valid.yaml
|
||||
schemaPath: "src/__tests__/schema.json"
|
Loading…
Reference in a new issue