Skip to content

Commit

Permalink
Fixed Symfony log files directory creation in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 1, 2024
1 parent 1e2032a commit ba12eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: npm run build
- name: Create database and load fixtures
run: |
mkdir -p var
touch var/data.db
php bin/console --env=test doctrine:schema:create --no-interaction
php bin/console --env=test doctrine:fixtures:load --no-interaction
Expand Down

0 comments on commit ba12eb5

Please sign in to comment.