removing multiline
This commit is contained in:
parent
751efe84df
commit
5e2671de20
@ -34,10 +34,7 @@ jobs:
|
|||||||
- name: Build Playwright & Add Dependencies
|
- name: Build Playwright & Add Dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: export PATH="$PATH:/root/.dotnet/tools" && \
|
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
|
||||||
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
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user