Skip to content

Commit

Permalink
ci: don't continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Nov 15, 2022
1 parent 232e524 commit dda4e4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
node-version: [18]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand All @@ -32,7 +31,6 @@ jobs:
node-version: [12, 14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand All @@ -51,7 +49,6 @@ jobs:
node-version: [12, 14, 16, 18]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand Down

0 comments on commit dda4e4b

Please sign in to comment.