ci: Add task for CI

This commit is contained in:
peaceiris 2020-03-27 18:07:37 +09:00
parent 0ac5822f71
commit f5ec9e9038
3 changed files with 17 additions and 4 deletions

View file

@ -33,5 +33,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make build
#- run: make cirun cmd="npm ci"
#- run: make ciall
- run: make cirun cmd="npm ci"
- run: make ciall