From af47765e34a5cd29fa123046e0ac8f1f7f325240 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 04:30:43 +0900 Subject: [PATCH] Run test in github actions --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 122308874c..3aad033d54 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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