From b56a4e7972b6cfb9db235135dbe1f2f83fe049d3 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 13:16:51 +0000 Subject: [PATCH] fix typo --- .gitea/workflows/msbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml index 32ec7ae..380fc19 100644 --- a/.gitea/workflows/msbuild.yaml +++ b/.gitea/workflows/msbuild.yaml @@ -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