Skip to content

Commit e17a50c

Browse files
committed
Fixed CI
1 parent 55f4021 commit e17a50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929

30+
- name: NPM install
31+
run: npm install
32+
3033
- name: NPM test
3134
run: npm run test
3235

@@ -51,9 +54,6 @@ jobs:
5154
with:
5255
node-version: ${{ matrix.node-version }}
5356

54-
- name: NPM install
55-
run: npm install
56-
5757
- name: NPM build
5858
run: npm run build
5959

0 commit comments

Comments
 (0)