Skip to content

Commit 7d22163

Browse files
committed
Use root user to workaround actions/checkout issue
actions/checkout#1014
1 parent ae78144 commit 7d22163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: ['prepare']
7575
container:
7676
image: cypress/${{ inputs.run-env }}
77-
options: --user 1001
77+
options: --user root
7878
steps:
7979
- uses: actions/checkout@v4.1.1
8080
with:
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: blacksmith-2vcpu-ubuntu-2204
117117
container:
118118
image: cypress/${{ inputs.run-env }}
119-
options: --user 1001
119+
options: --user root
120120
needs: ['prepare', 'install']
121121
strategy:
122122
fail-fast: false

0 commit comments

Comments
 (0)