diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 06e2c31..596a647 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,5 +28,8 @@ jobs: env: DATABASE_URL: ${{ secrets.POSTGRESQL_CONN_STRING }} + - name: Run Tests + run: npm run test + - name: Build Dist run: npm run build \ No newline at end of file