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