Run test in github actions

This commit is contained in:
rinsuki 2019-10-25 04:30:43 +09:00
parent 855729ec4f
commit af47765e34
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
- pull_request
jobs:
build:
build_and_test:
runs-on: ubuntu-latest
strategy:
@ -23,3 +23,5 @@ jobs:
run: cp .circleci/misskey/*.yml .config
- name: Build
run: yarn build
- name: Test
run: yarn test