try to fix hang, and add webdriver installs
This commit is contained in:
parent
96c7431cdf
commit
18d78ce3e7
@ -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 &
|
||||||
|
|
||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user