fix(ci): address error in merge report step of the playwright workflow (#4518)
[OHI-1333]
This commit is contained in:
parent
e85a313db4
commit
d05db4cb61
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user