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]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: npm install, lint and test
|
||||
run: |
|
||||
npm install
|
||||
|
Reference in New Issue
Block a user