Skip to content

Commit

Permalink
chore: Improve test coverage (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 23, 2022
1 parent 8373ec9 commit b77c43b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/manual-test.yml
Expand Up @@ -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) }}'
File renamed without changes.

0 comments on commit b77c43b

Please sign in to comment.