From 59474f75a58aca5a80ab2c4dcf7b8e4f2cb1855e Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 19 Jan 2023 17:01:48 +0000 Subject: [PATCH] run everything from the same step --- bitbucket-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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