Skip to content

Commit 51a6d9a

Browse files
committed
Correctly set db url
1 parent 3aa62be commit 51a6d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
MYSQL_PASSWORD: password
3636

3737
env:
38-
DATABASE_URL: ${{ matrix.python }}
38+
DATABASE_URL: ${{ matrix.database_url }}
3939

4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)