Skip to content

Commit

Permalink
fix(ci): remove test steps until test scripts are set up
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedFatthy1040 committed Dec 3, 2024
1 parent 5fd61df commit b0edba4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b0edba4

Please sign in to comment.