Skip to content

Commit

Permalink
Merge pull request #683 from tj-actions/chore/update-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 12, 2022
2 parents bc00134 + ec96351 commit 6269092
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -139,12 +139,6 @@ jobs:
continue-on-error: true
uses: ./

- 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 }}"
exit 1
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files.outputs) }}'
Expand Down

0 comments on commit 6269092

Please sign in to comment.