diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ae489ce..a05ce04 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,6 +9,7 @@ pipelines: - dotnetcore script: - cd MyWebApp + - dotnet build - dotnet run & - step: name: Run the Playwright Tests @@ -16,5 +17,6 @@ pipelines: - dotnetcore script: - cd PlaywrightTests + - dotnet build - pwsh bin/Debug/net7.0/playwright.ps1 install - dotnet test