Skip to content

Commit

Permalink
Update quotes-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanskritiHarmukh authored Sep 22, 2024
1 parent 0f0c36f commit 11a5fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quotes-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Start the server
run: |
nohup npm start &
echo $! > server.pid # Save the PID of the server
sleep 10 # Wait for the server to start
echo $! > server.pid
sleep 10
- name: Wait for server to be ready
run: |
Expand Down

0 comments on commit 11a5fd6

Please sign in to comment.