diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb43fde6..6cb69140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,13 @@ jobs: uses: actions/setup-node@v3 - name: Compile - run: yarn && yarn test:unit + run: yarn && yarn build + + - name: Unit Test + run: yarn test:unit + + - name: Wire Test + run: yarn test:wire publish: needs: [ compile ]