removing multiline
msbuild / build (push) Has been cancelled Details

This commit is contained in:
Greg Gauthier 2024-02-27 13:32:29 +00:00
parent 751efe84df
commit 5e2671de20
1 changed files with 1 additions and 4 deletions

View File

@ -34,10 +34,7 @@ jobs:
- name: Build Playwright & Add Dependencies
shell: bash
working-directory: ${{runner.workspace}}
run: export PATH="$PATH:/root/.dotnet/tools" && \
cd PlaywrightTests && dotnet build && \
pwsh bin/Debug/net7.0/playwright.ps1 install && \
pwsh bin/Debug/net7.0/playwright.ps1 install-deps
run: export PATH="$PATH:/root/.dotnet/tools" && cd PlaywrightTests && dotnet build && pwsh bin/Debug/net7.0/playwright.ps1 install && pwsh bin/Debug/net7.0/playwright.ps1 install-deps
- name: Run Playwright Tests
shell: bash