diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 417bf82..462e83f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -11,12 +11,7 @@ pipelines: - cd MyWebApp - dotnet build - dotnet run & - - step: - name: Run the Playwright Tests - caches: - - dotnetcore - script: - - cd PlaywrightTests + - cd ../PlaywrightTests - dotnet build - pwsh bin/Debug/net7.0/playwright.ps1 install-deps - pwsh bin/Debug/net7.0/playwright.ps1 install