Add GitHub Actions

This commit is contained in:
Pig Fang 2019-09-11 17:09:42 +08:00 committed by GitHub
parent 8993077adc
commit f8c76c3ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/nodejs.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run test
run: |
npm install
npm test