Skip to content

Commit

Permalink
fix: error with pull_request closed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jul 25, 2024
1 parent 1047179 commit 84daf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ jobs:
with:
since_last_remote_commit: true

- name: Verify failed
- name: Verify succeeded pull_request(closed)
if: steps.changed-files-since-last-remote-commit.outcome != 'failure' && matrix.fetch-depth == 1 && github.event.action == 'closed' && github.event_name == 'pull_request'
run: |
echo "Expected: (failure) got ${{ steps.changed-files-since-last-remote-commit.outcome }}"
Expand Down

0 comments on commit 84daf8a

Please sign in to comment.