Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Still expect testcase to pass?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Oct 18, 2024
1 parent a20914e commit 5f76c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: call-node
id: call-node
uses: ./call-node
# continue-on-error: true
continue-on-error: true
- run: |
echo hello world
2 changes: 1 addition & 1 deletion call-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- name: (call) node (0/1)
id: node-0-1
uses: ./node
continue-on-error: true
# continue-on-error: true
env:
exit_code: 0
post_exit_code: 1
Expand Down

0 comments on commit 5f76c81

Please sign in to comment.