Skip to content

Commit 1ce6b86

Browse files
committed
Adjust CI workflow
1 parent 3c1de87 commit 1ce6b86

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,15 @@ on:
55
env:
66
FORCE_COLOR: 2
77
jobs:
8-
full:
9-
name: Node.js 15 Full
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout the repository
13-
uses: actions/checkout@v2
14-
- name: Install Node.js
15-
uses: actions/setup-node@v2
16-
with:
17-
node-version: 15
18-
- name: Install dependencies
19-
uses: bahmutov/npm-install@v1
20-
- name: Run tests
21-
run: yarn test
22-
short:
8+
test:
239
runs-on: ubuntu-latest
2410
strategy:
2511
matrix:
2612
node-version:
13+
- 18
14+
- 16
2715
- 14
2816
- 12
29-
- 10
3017
name: Node.js ${{ matrix.node-version }} Quick
3118
steps:
3219
- name: Checkout the repository
@@ -38,4 +25,4 @@ jobs:
3825
- name: Install dependencies
3926
uses: bahmutov/npm-install@v1
4027
- name: Run unit tests
41-
run: npx jest
28+
run: npm test

0 commit comments

Comments
 (0)