try to run the webserver from a separate process

This commit is contained in:
Greg Gauthier 2023-01-19 16:41:14 +00:00
parent b7fdd22d0e
commit cd08669021
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pipelines:
- dotnetcore
script:
- cd MyWebApp
- dotnet run
- sh dotnet run &
- step:
name: Run the Playwright Tests
caches: