Skip to content

Commit 224ed38

Browse files
committed
ci: update script
1 parent e312f9f commit 224ed38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v1
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: npm install
23-
- run: npm build
24-
- run: npm test
22+
- run: |
23+
npm install
24+
npm run build
25+
npm run test

0 commit comments

Comments
 (0)