diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2af3740d..db72a8f6 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -96,7 +96,7 @@ jobs: bin/console doctrine:schema:update --force --complete gunzip -c tests/dump/test.db.gz > tests/dump/test.db - php tests/import_db.php 'sqlite:////${PWD}/tests/dump/test.db' 'mysql://root:123456@127.0.0.1/packeton?serverVersion=8.0&charset=utf8mb4' + php tests/import_db.php sqlite:////${PWD}/tests/dump/test.db mysql://root:123456@127.0.0.1:3306/packeton - name: "Run tests" run: "composer tests"