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