diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd53c0f..e0e4183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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