fix(ci): address error in merge report step of the playwright workflow (#4518)

[OHI-1333]
This commit is contained in:
Ibrahim 2024-11-15 09:06:28 -05:00 committed by GitHub
parent e85a313db4
commit d05db4cb61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: