chore: 🤖 update test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -1,13 +1,13 @@
|
|||||||
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:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- name: npm install, lint and test
|
- name: npm install, lint and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
Reference in New Issue
Block a user