diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bb233f..4258bab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,11 @@ jobs: with: node-version: ${{ matrix.node }} - - name: Run tests + - name: Ensure build works run: | npm ci + npm run build + + - name: Run tests + run: | npm t