Skip to content

Commit

Permalink
Fixing mariadb test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 15, 2023
1 parent ecc965a commit d51a330
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Run tests

on:
push:
Expand All @@ -22,10 +22,10 @@ jobs:
ports:
- 3306/tcp
env:
MYSQL_USER: graphite
MYSQL_PASSWORD: graphite
MYSQL_DATABASE: test_graphite
MYSQL_ROOT_PASSWORD: root
MARIADB_USER: graphite
MARIADB_PASSWORD: graphite
MARIADB_DATABASE: test_graphite
MARIADB_ROOT_PASSWORD: root
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
postgres:
image: postgres
Expand Down

0 comments on commit d51a330

Please sign in to comment.