diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f4eea4096..8f5d82784 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -44,6 +44,8 @@ jobs: if: ${{ !cancelled() }} needs: [playwright-tests] runs-on: ubuntu-latest + container: + image: mcr.microsoft.com/playwright:v1.48.1-focal steps: - name: Install unzip run: apt-get update && apt-get install -y unzip @@ -54,7 +56,8 @@ jobs: node-version: 18 - name: Install dependencies run: bun install --frozen-lockfile - + - name: Set up Git safe directory + run: git config --global --add safe.directory /__w/Viewers/Viewers - name: Download blob reports from GitHub Actions Artifacts uses: actions/download-artifact@v4 with: