Skip to content

Commit

Permalink
modify action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 6aa1401 commit b41d04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
cd demo/server
echo "Starting server..."
npm run start
nohup npm run start > nohup.out 2> nohup.err < /dev/null &
echo "server is running."
- name: Sleep
run: sleep 5
run-cypress:
Expand Down

0 comments on commit b41d04a

Please sign in to comment.