chore: 🤖 update test.yml

This commit is contained in:
Binbin Sun
2019-12-29 22:40:08 +08:00
parent fa2b7cb9dd
commit b07e14b9ff

View File

@@ -1,15 +1,15 @@
name: CI
name: Test
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: npm install, lint and test
run: |
npm install
npm run lint
npm run test:unit
- uses: actions/checkout@v1
- name: npm install, lint and test
run: |
npm install
npm run lint
npm run test:unit