try to fix hang, and add webdriver installs
This commit is contained in:
parent
555d81bc35
commit
96c7431cdf
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Start Web
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: cd MyWebApp;nohup dotnet run &;disown
|
||||
run: cd MyWebApp && nohup dotnet run & && disown
|
||||
|
||||
- name: Run Playwright Tests
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user