Fix test workflow.

This commit is contained in:
Yang Chen
2019-11-06 16:19:36 +11:00
parent 8425a60746
commit 88f35977bb
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- run: npm ci
- run: npm install
- run: npm run build
- run: npm test
- uses: ./