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

View File

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