From 87d4e38f70851b104e9a3af8b7691890896510cc Mon Sep 17 00:00:00 2001 From: cesnimda Date: Sun, 22 Mar 2026 20:41:55 +0100 Subject: [PATCH] ci: add frontend production build validation --- .gitea/workflows/ci-deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-deploy.yml b/.gitea/workflows/ci-deploy.yml index bdeeac9..f10547c 100644 --- a/.gitea/workflows/ci-deploy.yml +++ b/.gitea/workflows/ci-deploy.yml @@ -37,7 +37,11 @@ jobs: - name: Test frontend working-directory: job-tracker-ui - run: npm test -- --watchAll=false --runInBand App.test.tsx confirm.test.tsx prompt.test.tsx dialog-flow.test.tsx confirm-flow.test.tsx attachments.test.tsx + run: npm test -- --watchAll=false --runInBand App.test.tsx confirm.test.tsx prompt.test.tsx dialog-flow.test.tsx confirm-flow.test.tsx attachments.test.tsx job-details-generated-drafts.test.tsx + + - name: Build frontend + working-directory: job-tracker-ui + run: npm run build deploy: needs: test