diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml index 7ae6bf9..44bf148 100644 --- a/.gitea/workflows/msbuild.yaml +++ b/.gitea/workflows/msbuild.yaml @@ -34,10 +34,7 @@ jobs: - name: Build Playwright & Add Dependencies shell: bash working-directory: ${{runner.workspace}} - run: export PATH="$PATH:/root/.dotnet/tools" && \ - cd PlaywrightTests && dotnet build && \ - pwsh bin/Debug/net7.0/playwright.ps1 install && \ - pwsh bin/Debug/net7.0/playwright.ps1 install-deps + run: export PATH="$PATH:/root/.dotnet/tools" && cd PlaywrightTests && dotnet build && pwsh bin/Debug/net7.0/playwright.ps1 install && pwsh bin/Debug/net7.0/playwright.ps1 install-deps - name: Run Playwright Tests shell: bash