Skip to content

Commit

Permalink
Oh, what fun CI is to write
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed May 18, 2024
1 parent fda9ed5 commit 953e33c
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:
SIMPLETEST_DB: sqlite:///%kernel.project_dir%/db/db.sqlite
SIMPLETEST_DB: sqlite:///home/runner/work/Nuxtify/Nuxtify/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 953e33c

Please sign in to comment.