Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
GHA: Node is exiting with 0 in subprocess even when it errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Oct 27, 2021
1 parent f28924b commit 03e5642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v2

- name: Test Node exit status
run: node -e 'throw new Error("foo")' || echo $?

- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 03e5642

Please sign in to comment.