Skip to content

Commit

Permalink
Change the DB connection env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed May 18, 2024
1 parent 9698f32 commit fda9ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
touch db/db.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DATABASE_URL: sqlite:///%kernel.project_dir%/db/db.sqlite
SIMPLETEST_DB: sqlite:///%kernel.project_dir%/db/db.sqlite
SIMPLETEST_BASE_URL: "http://localhost"
SYMFONY_DEPRECATIONS_HELPER: "disabled"
run: ./vendor/bin/phpunit -c web/core web/profiles/contrib/nuxtify

0 comments on commit fda9ed5

Please sign in to comment.