Skip to content

Commit b66dbe6

Browse files
committed
Use root user to workaround actions/checkout issue
actions/checkout#1014
1 parent f7ef7ae commit b66dbe6

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
@@ -69,7 +69,7 @@ jobs:
6969
needs: ['prepare']
7070
container:
7171
image: cypress/${{ inputs.run-env }}
72-
options: --user 1001
72+
options: --user root
7373
steps:
7474
- uses: actions/checkout@v4.1.1
7575
with:
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: blacksmith-2vcpu-ubuntu-2204
112112
container:
113113
image: cypress/${{ inputs.run-env }}
114-
options: --user 1001
114+
options: --user root
115115
needs: ['prepare', 'install']
116116
strategy:
117117
fail-fast: false

0 commit comments

Comments
 (0)