build the playwrite project

This commit is contained in:
Greg Gauthier 2024-02-27 13:20:10 +00:00
parent b56a4e7972
commit 0521655e69

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