Update ci.yml
This commit is contained in:
parent
291cf5bd33
commit
fc4a3a64ee
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@ -43,25 +43,18 @@ jobs:
|
||||
run: pnpm run typecheck
|
||||
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14.x, 16.x]
|
||||
os: [ubuntu-latest]
|
||||
fail-fast: false
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pnpm/action-setup@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
registry-url: https://registry.npmjs.org/
|
||||
node-version: 16.x
|
||||
cache: pnpm
|
||||
|
||||
- run: pnpm install
|
||||
- name: Install
|
||||
run: pnpm install
|
||||
|
||||
- run: pnpm run test:unit
|
||||
|
||||
# test-e2e:
|
||||
|
Loading…
Reference in New Issue
Block a user