fix typo
msbuild / build (push) Has been cancelled Details

This commit is contained in:
Greg Gauthier 2024-02-27 13:16:51 +00:00
parent 08aeebd18a
commit b56a4e7972
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" && 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