build the playwrite project
msbuild / build (push) Has been cancelled Details

This commit is contained in:
Greg Gauthier 2024-02-27 13:20:10 +00:00
parent b56a4e7972
commit 0521655e69
1 changed files with 1 additions and 1 deletions

View File

@ -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