Skip to content

Commit 6095141

Browse files
authored
test: one more try to workaround user/permissions mess
1 parent f2d4693 commit 6095141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
# write any files.
8383
# See: https://github.com/actions/checkout/issues/1014
8484
options: --user root
85+
volumes:
86+
- app:/app
8587

8688
steps:
8789
- uses: actions/checkout@v4
@@ -93,7 +95,7 @@ jobs:
9395
run: npm run puppeteer
9496

9597
- name: Allow test to create files as another user
96-
run: chmod 1777 .
98+
run: chmod -R 1777 .
9799

98100
- name: Run test
99101
# Run command as "node" user

0 commit comments

Comments
 (0)