From 953e33cae76064f504c9f97c554608497e7d8032 Mon Sep 17 00:00:00 2001 From: Connor van Spronssen Date: Sat, 18 May 2024 15:30:46 +0200 Subject: [PATCH] Oh, what fun CI is to write --- .github/workflows/drupal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/drupal.yml b/.github/workflows/drupal.yml index 6f0ec1b..1cb5856 100644 --- a/.github/workflows/drupal.yml +++ b/.github/workflows/drupal.yml @@ -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