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