Update test.yml
This commit is contained in:
parent
1bc25030ee
commit
9fdf62af89
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -176,8 +176,15 @@ jobs:
|
||||
|
||||
- name: Run changed-files with a single commit history
|
||||
id: changed-files
|
||||
continue-on-error: true
|
||||
uses: ./
|
||||
|
||||
- name: Exit with 1 if no error is raised
|
||||
if: steps.changed-files.outcome != 'failure'
|
||||
run: |
|
||||
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"
|
||||
exit 1
|
||||
|
||||
- name: Show output
|
||||
run: |
|
||||
echo '${{ toJSON(steps.changed-files.outputs) }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user