Skip to content

Commit

Permalink
trying to fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar committed Mar 28, 2023
1 parent 83fc6a6 commit 83ab9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ jobs:
services:
mariadb:
image: mariadb:latest
command: --character-set-server=binary --collation-server=binary
env:
MYSQL_ROOT_PASSWORD: verysecret
MYSQL_DATABASE: activeid_test
MARIADB_DEFAULT_CHARACTER_SET: binary
MARIADB_DEFAULT_COLLATE: binary
options: >-
--health-cmd="mysqladmin ping"
--health-interval=7s
Expand Down

0 comments on commit 83ab9ea

Please sign in to comment.