create test action

This commit is contained in:
Nebel 2021-07-27 10:56:57 +09:00
parent 73a039d76f
commit c442be9dde

11
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: test
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: { node-version: lts/*, cache: yarn }
- run: yarn
- run: yarn test