Skip to content

Commit

Permalink
fixup! fix: Database Migration does set current version in DB Friends…
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed May 24, 2024
1 parent 2fe046d commit 4a6c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:

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

0 comments on commit 4a6c603

Please sign in to comment.