Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <[email protected]>
  • Loading branch information
outsideris committed Jul 26, 2023
1 parent 494e7fc commit d133614
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
strategy:
matrix:
node:
- 16
- 18
- 20

env:
Expand Down Expand Up @@ -53,4 +51,4 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- name: unit test
run: npm run test:unit -- --forbid-only
run: npm run test:unit

0 comments on commit d133614

Please sign in to comment.