chore: 🤖 update test.yml
This commit is contained in:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -1,15 +1,15 @@
|
|||||||
name: CI
|
name: Test
|
||||||
|
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: npm install, lint and test
|
- uses: actions/checkout@v1
|
||||||
run: |
|
- name: npm install, lint and test
|
||||||
npm install
|
run: |
|
||||||
npm run lint
|
npm install
|
||||||
npm run test:unit
|
npm run lint
|
||||||
|
npm run test:unit
|
||||||
|
Reference in New Issue
Block a user