Skip to content

Commit

Permalink
Support mysql in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Dec 3, 2023
1 parent d0132be commit 33a852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/packeton?serverVersion=8.0&charset=utf8mb4'
php tests/import_db.php sqlite:////${PWD}/tests/dump/test.db mysql://root:[email protected]:3306/packeton

- name: "Run tests"
run: "composer tests"

0 comments on commit 33a852f

Please sign in to comment.