Skip to content

Commit

Permalink
Improve test coverage (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 16, 2021
1 parent 550d248 commit 060d09a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -47,6 +47,13 @@ jobs:
files: |
.github/workflows/test.yml
action.yml
- name: Verify any_changed files
if: contains(steps.changed-files-specific.outputs.all_modified_files, 'action.yml') || contains(steps.changed-files-specific.outputs.all_modified_files, '.github/workflows/test.yml')
run: |
if [[ "${{ steps.changed-files-specific.outputs.any_changed }}" != 'true' ]]; then
echo "Invalid output: Expected (true) got (${{ steps.changed-files-specific.outputs.any_changed }})"
exit 1
fi
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
Expand Down

0 comments on commit 060d09a

Please sign in to comment.