try shellscript execution of webapp
This commit is contained in:
parent
5e2671de20
commit
3cd30ea9d1
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Start Web App
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: cd MyWebApp && nohup dotnet run &
|
||||
run: cd MyWebApp && ./runwebapp.sh
|
||||
|
||||
- name: Build Playwright & Add Dependencies
|
||||
shell: bash
|
||||
|
5
MyWebApp/runwebapp.sh
Normal file
5
MyWebApp/runwebapp.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sh nohup dotnet run &
|
||||
disown
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user