diff --git a/.gitea/workflows/development-test.yaml b/.gitea/workflows/development-test.yaml index 789993d..e85f700 100644 --- a/.gitea/workflows/development-test.yaml +++ b/.gitea/workflows/development-test.yaml @@ -47,10 +47,12 @@ jobs: - name: Angular Tests run: | + cd client npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI - name: Angular Production Build run: | + cd client npm run postinstall npm run build