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
|
- name: Start Web
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: cd MyWebApp;nohup dotnet run &;disown
|
run: cd MyWebApp && nohup dotnet run & && disown
|
||||||
|
|
||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user