From 0c8a9eef32c7c283ea02d350039271ad05fa7a0e Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Thu, 12 Oct 2023 08:33:31 +0200 Subject: [PATCH] chore(ci): build and ng test fix --- .gitea/workflows/development-test.yaml | 2 ++ 1 file changed, 2 insertions(+) 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