Update main.yml

pull/307/head
Ryan Wang 2021-03-07 20:23:17 +08:00 committed by GitHub
parent 31370fafa3
commit 6ee7342f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test