fix: adding required arguments to workflow test

This commit is contained in:
Britton Hayes 2021-10-01 00:27:13 -07:00
parent dbdace26cb
commit abe6af1341
No known key found for this signature in database
GPG key ID: 922B4F3652980643

View file

@ -20,3 +20,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ./ - uses: ./
with:
files: |
__tests__/valid.yaml
schemaPath: "__tests__/schema.json"