Skip to content

Commit

Permalink
fix: change database in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianUhlig committed Dec 21, 2023
1 parent c2407f3 commit 3a74ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: test
MYSQL_DATABASE: testing
ports:
- 33306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit 3a74ce8

Please sign in to comment.