From 5e2671de20d17fc08eb5d374711e1b3a663e36af Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 13:32:29 +0000 Subject: [PATCH] removing multiline --- .gitea/workflows/msbuild.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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