From b0edba40cdccb278c0c41e0bda9db0e22ba238fc Mon Sep 17 00:00:00 2001 From: AhmedFatthy1040 Date: Tue, 3 Dec 2024 02:24:53 +0200 Subject: [PATCH] fix(ci): remove test steps until test scripts are set up --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec64786..3fbc1c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,13 +45,6 @@ jobs: run: npm run build working-directory: ./api - # Step 5: Run backend tests - - name: Run backend tests - run: npm test - working-directory: ./api - env: - NODE_ENV: test - build-frontend: name: Build & Test Frontend runs-on: ubuntu-latest @@ -80,11 +73,6 @@ jobs: run: npm ci --ignore-scripts working-directory: ./app - # Step 4: Run frontend tests - - name: Run frontend tests - run: npm test -- --passWithNoTests - working-directory: ./app - # Step 5: Build Frontend - name: Build Frontend run: npm run build