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 Jan 25, 2024
1 parent d336bdc commit e25c1d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/full-stack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,24 @@ jobs:
npm start
# Frontend
- name: Install Frontend Dependencies
run: |
cd frontend
npm install
- name: Build Frontend (if necessary)
run: |
cd frontend
npm run build
- name: Start Frontend in Background
run: |
cd frontend
npm run preview &
# E2E Tests
- name: Run E2E tests
run: |
cd frontend
npm run test:e2e

0 comments on commit e25c1d5

Please sign in to comment.