diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0218e3f..8299bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,7 @@ jobs: - run: corepack enable - name: Install NPM Dependencies run: yarn install --immutable --network-timeout 300000 + - name: Build + run: yarn build + - name: Test + run: yarn test