run everything from the same step
This commit is contained in:
parent
f3c537d75f
commit
59474f75a5
@ -11,12 +11,7 @@ pipelines:
|
|||||||
- cd MyWebApp
|
- cd MyWebApp
|
||||||
- dotnet build
|
- dotnet build
|
||||||
- dotnet run &
|
- dotnet run &
|
||||||
- step:
|
- cd ../PlaywrightTests
|
||||||
name: Run the Playwright Tests
|
|
||||||
caches:
|
|
||||||
- dotnetcore
|
|
||||||
script:
|
|
||||||
- cd PlaywrightTests
|
|
||||||
- dotnet build
|
- dotnet build
|
||||||
- pwsh bin/Debug/net7.0/playwright.ps1 install-deps
|
- pwsh bin/Debug/net7.0/playwright.ps1 install-deps
|
||||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||||
|
Loading…
Reference in New Issue
Block a user