removing multiline
This commit is contained in:
parent
751efe84df
commit
5e2671de20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user