fix typo
This commit is contained in:
parent
08aeebd18a
commit
b56a4e7972
@ -34,4 +34,4 @@ jobs:
|
|||||||
- name: Run Playwright Tests
|
- name: Run Playwright Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: export PATH="$PATH:/root/.dotnet/tools" && pwsh bin/Debug/netX/playwright.ps1 install && cd PlaywrightTests && dotnet test
|
run: export PATH="$PATH:/root/.dotnet/tools" && cd PlaywrightTests && pwsh bin/Debug/net7.0/playwright.ps1 install && dotnet test
|
||||||
|
Loading…
Reference in New Issue
Block a user