This commit is contained in:
maddalax 2024-09-25 14:11:14 -05:00
parent 6ebd9994c3
commit a15d4645b9

View file

@ -54,7 +54,6 @@ jobs:
- name: Start myapp server
run: |
nohup ./myapp/dist/myapp &
working-directory: ./myapp
# Step 8: Wait for server to start
- name: Wait for server startup