Skip to content

Commit

Permalink
Behat workflow: Chown the logs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 19, 2024
1 parent 4bbfb4c commit 5eefda3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
SYMFONY_ENV=ci composer install --prefer-dist -n -o --ignore-platform-reqs && \
./app/console cache:clear --env=ci && \
chown -R www-data /var/www/html/app/cache && \
chown -R www-data /var/www/html/app/logs && \
cd theme && CYPRESS_INSTALL_BINARY=0 yarn install --frozen-lockfile && EB_THEME=skeune yarn build
'
Expand Down

0 comments on commit 5eefda3

Please sign in to comment.