Skip to content

Commit

Permalink
UHF-8762: Settings.php permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 18, 2024
1 parent 35cffee commit 5916e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Setup Drupal
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
mkdir public/sites/default/files -p && chmod 777 public/sites/default/files
mkdir public/sites/default/files -p &&
chmod 777 public/sites/default -R
docker compose exec app bash -c "drush si minimal -y"
docker compose exec app bash -c "drush en helfi_test_content -y"
Expand Down

0 comments on commit 5916e7b

Please sign in to comment.