Skip to content

Commit

Permalink
Fix wrong path in the PHPUnit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed May 18, 2024
1 parent 19276d2 commit 9698f32
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 @@ -39,4 +39,4 @@ jobs:
DATABASE_URL: sqlite:///%kernel.project_dir%/db/db.sqlite
SIMPLETEST_BASE_URL: "http://localhost"
SYMFONY_DEPRECATIONS_HELPER: "disabled"
run: vendor/bin/phpunit -c web/core/phpunit.xml.dist web/profiles/contrib/nuxtify
run: ./vendor/bin/phpunit -c web/core web/profiles/contrib/nuxtify

0 comments on commit 9698f32

Please sign in to comment.