chore: Improve test coverage (#497)

This commit is contained in:
Tonye Jack
2022-05-22 23:57:41 -04:00
committed by GitHub
parent 8373ec9091
commit b77c43beb0
2 changed files with 11 additions and 0 deletions

View File

@@ -27,3 +27,14 @@ jobs:
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files.outputs) }}'
- name: Run changed-files with glob filtering
id: changed-files-glob
uses: ./
with:
files: |
test/*.txt
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-glob.outputs) }}'