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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 922B4F3652980643

View file

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