chore: Improve test coverage (#497)
This commit is contained in:
parent
8373ec9091
commit
b77c43beb0
11
.github/workflows/manual-test.yml
vendored
11
.github/workflows/manual-test.yml
vendored
@ -27,3 +27,14 @@ jobs:
|
|||||||
- name: Show output
|
- name: Show output
|
||||||
run: |
|
run: |
|
||||||
echo '${{ toJSON(steps.changed-files.outputs) }}'
|
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) }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user