Skip to content

Commit b1a8ae0

Browse files
committed
fixup! chore: use playwright image for e2e test
1 parent 9dfe3ba commit b1a8ae0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ jobs:
609609
uses: actions/checkout@v5
610610
with:
611611
ref: ${{ env.HEAD_COMMIT }}
612+
set-safe-directory: ${{ github.workspace }}
612613
- name: Set up Node
613614
uses: actions/setup-node@v4
614615
with:
@@ -671,6 +672,7 @@ jobs:
671672
uses: actions/checkout@v5
672673
with:
673674
ref: ${{ env.HEAD_COMMIT }}
675+
set-safe-directory: ${{ github.workspace }}
674676
- name: Set up Node
675677
uses: actions/setup-node@v4
676678
with:
@@ -819,6 +821,7 @@ jobs:
819821
uses: actions/checkout@v5
820822
with:
821823
ref: ${{ env.HEAD_COMMIT }}
824+
set-safe-directory: ${{ github.workspace }}
822825
- name: Set up Node
823826
uses: actions/setup-node@v4
824827
with:
@@ -934,6 +937,7 @@ jobs:
934937
uses: actions/checkout@v5
935938
with:
936939
ref: ${{ env.HEAD_COMMIT }}
940+
set-safe-directory: ${{ github.workspace }}
937941
- uses: pnpm/action-setup@v4
938942
with:
939943
version: 9.15.9
@@ -1061,6 +1065,7 @@ jobs:
10611065
uses: actions/checkout@v5
10621066
with:
10631067
ref: ${{ env.HEAD_COMMIT }}
1068+
set-safe-directory: ${{ github.workspace }}
10641069
- uses: pnpm/action-setup@v4
10651070
with:
10661071
version: 9.15.9

.github/workflows/canary.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
uses: actions/checkout@v5
124124
with:
125125
ref: ${{ env.HEAD_COMMIT }}
126+
set-safe-directory: ${{ github.workspace }}
126127
- uses: pnpm/action-setup@v4
127128
with:
128129
version: 9.15.9

.github/workflows/flaky-test-detector.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
steps:
3535
- name: Check out current branch
3636
uses: actions/checkout@v5
37+
with:
38+
set-safe-directory: ${{ github.workspace }}
3739
- name: Set up Node
3840
uses: actions/setup-node@v4
3941
with:

0 commit comments

Comments
 (0)