run everything from the same step

This commit is contained in:
Greg Gauthier 2023-01-19 17:01:48 +00:00
parent f3c537d75f
commit 59474f75a5
1 changed files with 1 additions and 6 deletions

View File

@ -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