From be84be750787c07b73a6a0bc8441a0dd2a903dca Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 17 Jul 2024 11:01:36 -0300 Subject: [PATCH] Update db scheme in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c1d55f..1175aebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Test site installation shell: bash - run: composer exec -- drush site:install --existing-config --db-url=sqlite:test_db + run: composer exec -- drush site:install --existing-config --db-url=sqlite://test_db - name: Inspect configuration shell: bash