Skip to content

Commit

Permalink
Validating the workflows for the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilRaikar17 committed Aug 4, 2024
1 parent fbd987e commit 5db4d83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
- name: Run frontend development server
run: |
cd frontend
nohup npm run dev > /dev/null 2>&1 &
echo $! > npm.pid
sleep 10
npm run dev
sleep 20
- name: Verify frontend server is running
run: |
Expand Down

0 comments on commit 5db4d83

Please sign in to comment.