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