Skip to content

Commit

Permalink
test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezinc committed Jan 3, 2024
1 parent 3f9ebf4 commit 29a0280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: mysql:8.0
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: test_db
MYSQL_DATABASE: bookmarker_testing
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit 29a0280

Please sign in to comment.