Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
#Renove  Run unit tests for some reasons
      - name: Run unit tests
        run: npm run test
  • Loading branch information
abdurehman760 authored Dec 12, 2024
1 parent 1df474b commit 6a7b95f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
run: |
npx prisma migrate deploy # Apply migrations to the database
# Run unit tests
- name: Run unit tests
run: npm run test

# Run e2e tests
- name: Run e2e tests
run: npm run test:e2e
Expand Down

0 comments on commit 6a7b95f

Please sign in to comment.