From d05db4cb61b9f0492fd2498990f2ef0309cfaaa3 Mon Sep 17 00:00:00 2001 From: Ibrahim <93064150+IbrahimCSAE@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:06:28 -0500 Subject: [PATCH] fix(ci): address error in merge report step of the playwright workflow (#4518) [OHI-1333] --- .github/workflows/playwright.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: