We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d4693 commit 6095141Copy full SHA for 6095141
.github/workflows/puppeteer-container.yml
@@ -82,6 +82,8 @@ jobs:
82
# write any files.
83
# See: https://github.com/actions/checkout/issues/1014
84
options: --user root
85
+ volumes:
86
+ - app:/app
87
88
steps:
89
- uses: actions/checkout@v4
@@ -93,7 +95,7 @@ jobs:
93
95
run: npm run puppeteer
94
96
97
- name: Allow test to create files as another user
- run: chmod 1777 .
98
+ run: chmod -R 1777 .
99
100
- name: Run test
101
# Run command as "node" user
0 commit comments