Skip to content

Commit

Permalink
Update full-stack-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan authored Feb 28, 2024
1 parent 60b4878 commit 8aa2e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-stack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- name: Start Frontend in Background
run: |
cd frontend
npm run build-only &
npm run preview &
# E2E Tests
- name: Run E2E tests
run: |
cd frontend
npm run test:e2e:dev
npm run test:e2e

0 comments on commit 8aa2e7f

Please sign in to comment.