diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2ea6af145..50f19d67c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -59,7 +59,7 @@ jobs: - name: Build dotnet run: dotnet build - name: Ensure browsers are installed - run: pwsh /backend/Testing/bin/Debug/net7.0/playwright.ps1 install --with-deps + run: pwsh ./backend/Testing/bin/Debug/net7.0/playwright.ps1 install --with-deps - name: Integration Test env: TEST_SERVER_HOSTNAME: staging.languagedepot.org