Skip to content

Commit

Permalink
Fix path to PHPUnit test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed May 18, 2024
1 parent 2107c14 commit 906ae78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
touch db/db.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DATABASE_URL: sqlite:///%kernel.project_dir%/data/database.sqlite
run: vendor/bin/phpunit .
DATABASE_URL: sqlite:///%kernel.project_dir%/db/db.sqlite
run: vendor/bin/phpunit -c web/core/phpunit.xml.dist web/profiles/contrib/nuxtify

0 comments on commit 906ae78

Please sign in to comment.