Run test in github actions
This commit is contained in:
parent
855729ec4f
commit
af47765e34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue