try to fix hang, and add webdriver installs
This commit is contained in:
parent
29b7e8a1d4
commit
555d81bc35
@ -29,9 +29,9 @@ 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 &
|
run: cd MyWebApp;nohup dotnet run &;disown
|
||||||
|
|
||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: cd PlaywrightTests && dotnet test
|
run: pwsh bin/Debug/netX/playwright.ps1 install && cd PlaywrightTests && dotnet test
|
||||||
|
Loading…
Reference in New Issue
Block a user