Skip to content

Commit

Permalink
Update symfony.yml
Browse files Browse the repository at this point in the history
add serverVersion and charset
  • Loading branch information
berkut1 committed Sep 26, 2024
1 parent daed440 commit 5733666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
php bin/console lexik:jwt:generate-keypair
- name: Create Database
env:
DATABASE_URL: postgresql://app_user:secret@localhost:5432/app_db
DATABASE_URL: postgresql://app_user:secret@localhost:5432/app_db?serverVersion=16.3&charset=utf8
run: |
php bin/console doctrine:migrations:migrate --no-interaction --env=test
php bin/console doctrine:fixtures:load --no-interaction --env=test
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DATABASE_URL: postgresql://app_user:secret@localhost:5432/app_db
DATABASE_URL: postgresql://app_user:secret@localhost:5432/app_db?serverVersion=16.3&charset=utf8
run: vendor/bin/phpunit

0 comments on commit 5733666

Please sign in to comment.