Skip to content

Commit da5a25d

Browse files
committed
fixup! fix: Database Migration does set current version in DB #98
1 parent 612966a commit da5a25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272

7373
- name: Run Tests
7474
env:
75-
MYSQL_DSN: 'mysql:host=127.0.0.1;dbname=test;user=root;pass=testrootpass'
75+
MYSQL_DSN: 'mysql:host=127.0.0.1;dbname=test;user=root;password=testrootpass'
7676
run: cd tests && php run.php

0 commit comments

Comments
 (0)