Skip to content

Commit e32fe9b

Browse files
committed
ISSUE-338: fix file permissions
1 parent ac9c858 commit e32fe9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
cp -fv tests/ci/config.php public_html/lists/config/config.php
8080
mkdir -p output/screenshots
8181
mkdir -p build/mails
82+
chmod -R 777 output/screenshots build/mails
8283
./bin/start-selenium > output/selenium.log 2>&1 &
8384
sleep 10
8485
sudo php -S 0.0.0.0:80 -t public_html > /dev/null 2>&1 &

0 commit comments

Comments
 (0)