From e509e5107e67ddd1a301d35dbf6c182610585ece Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 22 Nov 2021 20:09:13 +0800 Subject: [PATCH] chore: add test in ci pipeline --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 479ec0a2..e893890f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,5 +33,7 @@ jobs: run: yarn install --frozen-lockfile - name: Check Type run: cd web && yarn check:type + - name: Test + run: yarn test - name: Check Build run: cd web && yarn build