Skip to content

Commit

Permalink
fix adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 9, 2024
1 parent a4766f3 commit 205258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "DATABASE_URL=mysql2://root:root@localhost/test" >> $GITHUB_ENV
;;
mariadb)
echo "DATABASE_URL=mariadb://root:root@localhost:3307/test" >> $GITHUB_ENV
echo "DATABASE_URL=mysql2://root:root@localhost:3307/test" >> $GITHUB_ENV
;;
esac
- name: Test
Expand Down

0 comments on commit 205258b

Please sign in to comment.