Skip to content

Commit

Permalink
build: updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Aug 9, 2023
1 parent 6bce17b commit 3398e96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
jobs:
test:
continue-on-error: ${{ matrix.experimental }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -22,7 +21,10 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install typescript
run: npm install -g typescript npm${{ matrix.npm_version }} && npm install
run: npm install -g typescript npm${{ matrix.npm_version }}

- name: Install packages
run: npm install

- name: Lint, Compile, Test
run: npm run compile && npm run test -- --coverage --verbose --maxWorkers=2
Expand Down

0 comments on commit 3398e96

Please sign in to comment.