updated test step name.

This commit is contained in:
Tonye Jack 2022-10-12 12:57:13 -06:00
parent a0f6ff42fa
commit 2740f4ff1f

View File

@ -139,7 +139,7 @@ jobs:
continue-on-error: true
uses: ./
- name: Exit with 1 if no error is raised
- name: Exit with 1 if no error is raised and the PR is closed
if: steps.changed-files.outcome != 'failure' && github.event.action == 'closed'
run: |
echo "Expected: (failure) got ${{ steps.changed-files.outcome }}"