Skip to content

Commit aa3dab9

Browse files
committed
fix running tests on github actions
1 parent 07b9d03 commit aa3dab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: ${{ matrix.node-version }}
16-
- run: 'npm i && npm test'
16+
- run: npm install
17+
- run: npm test
1718
env:
1819
CI: true
1920
Lint:

0 commit comments

Comments
 (0)