diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a2d9d227..9ab8d3e5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,6 +40,10 @@ jobs: run: npm test working-directory: frontend + - name: Build frontend + run: npm run build + working-directory: frontend + - name: Upload screenshots if: always() uses: actions/upload-artifact@v4