chore: workflows

This commit is contained in:
Amour1688 2020-07-11 14:30:38 +08:00
parent a4d7390273
commit e8861330ad

16
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: test
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: install
run: yarn install --pure-lockfile
- name: test
run: yarn test