From b0398da9c6c184f6aa7da2babb5835629409470c Mon Sep 17 00:00:00 2001 From: mjovanc Date: Sat, 30 Nov 2024 19:37:49 +0100 Subject: [PATCH] Removing stuff --- .github/workflows/core.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 15c183c..154530a 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -36,10 +36,6 @@ jobs: - name: Install dependencies run: npm install - # Run unit tests - - name: Run unit tests - run: npm test -- --watch=false - # Build the Angular application - name: Build Angular app run: npm run build -- --prod