From b947e23ecb9b7e893a2a7acac239ff172483884e Mon Sep 17 00:00:00 2001 From: Connor van Spronssen Date: Sat, 18 May 2024 15:42:35 +0200 Subject: [PATCH] Alright, surely this is the one --- .github/workflows/drupal.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/drupal.yml b/.github/workflows/drupal.yml index 3a0a182..d53a9e2 100644 --- a/.github/workflows/drupal.yml +++ b/.github/workflows/drupal.yml @@ -30,13 +30,9 @@ jobs: ${{ runner.os }}-php- - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - - name: Create Database - run: | - mkdir -p db - touch db/db.sqlite - name: Execute tests (Unit and Feature tests) via PHPUnit env: SIMPLETEST_DB: sqlite://localhost/sites/default/files/simpletest.sqlite - SIMPLETEST_BASE_URL: "http://localhost" + SIMPLETEST_BASE_URL: "http://127.0.0.1:8080" SYMFONY_DEPRECATIONS_HELPER: "disabled" run: ./vendor/bin/phpunit -c web/core web/profiles/contrib/nuxtify