diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c828c8c1..4047ca52b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,11 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Run tests + - name: Build run: | npm ci + npm run build + + - name: Run tests + run: | npm t