diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3242cee..ae489ce 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,11 +9,12 @@ pipelines: - dotnetcore script: - cd MyWebApp - - sh dotnet run & + - dotnet run & - step: name: Run the Playwright Tests caches: - dotnetcore script: - cd PlaywrightTests + - pwsh bin/Debug/net7.0/playwright.ps1 install - dotnet test