try to fix hang, and add webdriver installs
msbuild / build (push) Failing after 18s Details

This commit is contained in:
Greg Gauthier 2024-02-27 12:44:52 +00:00
parent 555d81bc35
commit 96c7431cdf
1 changed files with 1 additions and 1 deletions

View File

@ -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