Run test in github actions
This commit is contained in:
parent
855729ec4f
commit
af47765e34
|
@ -4,7 +4,7 @@ on:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_and_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -23,3 +23,5 @@ jobs:
|
||||||
run: cp .circleci/misskey/*.yml .config
|
run: cp .circleci/misskey/*.yml .config
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
- name: Test
|
||||||
|
run: yarn test
|
||||||
|
|
Loading…
Reference in New Issue