From cd086690217165b779a24d820478c27e276799b9 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 19 Jan 2023 16:41:14 +0000 Subject: [PATCH] try to run the webserver from a separate process --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a5bab37..3242cee 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,7 +9,7 @@ pipelines: - dotnetcore script: - cd MyWebApp - - dotnet run + - sh dotnet run & - step: name: Run the Playwright Tests caches: