try to run the webserver from a separate process
This commit is contained in:
parent
b7fdd22d0e
commit
cd08669021
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user