mirror of
https://github.com/jbcr/core.git
synced 2026-03-30 21:02:07 +02:00
Fix folder permissions
This commit is contained in:
4
.github/workflows/code_checks.yaml
vendored
4
.github/workflows/code_checks.yaml
vendored
@@ -38,9 +38,7 @@ jobs:
|
||||
run: |
|
||||
# build assets
|
||||
npm run build
|
||||
ls -als
|
||||
ls -als ./var/
|
||||
ls -als ./var/data/
|
||||
chmod -R 777 config/ public/files/ public/theme/ public/thumbs/ var/
|
||||
# prepare web server for e2e tests
|
||||
./bin/console doctrine:database:create
|
||||
./bin/console doctrine:schema:create
|
||||
|
||||
Reference in New Issue
Block a user