mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(ci): fix git config safe directory for playwright
This commit is contained in:
parent
401a434ee5
commit
172b7dda2f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci-pipeline.yml
vendored
5
.github/workflows/ci-pipeline.yml
vendored
|
@ -187,8 +187,9 @@ jobs:
|
|||
image: mcr.microsoft.com/playwright:v1.52.0-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Configure Git safe directory
|
||||
run: git config --global --add safe.directory /__w/www/www
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue