Skip to content

Commit 84d8360

Browse files
committed
Fix database URL
1 parent 9b95918 commit 84d8360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
matrix:
3434
python_version: [3.7, 3.8, 3.9, '3.10']
3535
database_url: [
36-
'sqlite+aiosqlite:///./test-sqlalchemy-user.db',
37-
'postgresql+asyncpg://fastapiusers@fastapiuserspassword@localhost:5432/test-sqlalchemy-user',
38-
'mysql+aiomysql://root@fastapiuserspassword@localhost:3306/test-sqlalchemy-user',
36+
'sqlite+aiosqlite:///./fastapiusers.db',
37+
'postgresql+asyncpg://fastapiusers@fastapiuserspassword@localhost:5432/fastapiusers',
38+
'mysql+aiomysql://root@fastapiuserspassword@localhost:3306/fastapiusers',
3939
]
4040

4141
steps:

0 commit comments

Comments
 (0)