diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a05ce04..417bf82 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,5 +18,6 @@ pipelines: script: - cd PlaywrightTests - dotnet build + - pwsh bin/Debug/net7.0/playwright.ps1 install-deps - pwsh bin/Debug/net7.0/playwright.ps1 install - dotnet test