diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bede749e..076493044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: node-version: 20 - name: Setup npm run: npm install + - name: Run tests + run: npm test - name: Build run: npm run build-prod - uses: actions/upload-artifact@v4