Skip to content

Commit

Permalink
Fix DB connection string for MySQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Kaiser committed Nov 18, 2020
1 parent 6abb70c commit 1a71bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
run: |
pytest
env:
KOTTI_TEST_DB_STRING: mysql://kotti:kotti@mysql:3306/kotti
KOTTI_TEST_DB_STRING: mysql://kotti:kotti@localhost:3306/kotti

0 comments on commit 1a71bbf

Please sign in to comment.