Skip to content

Commit

Permalink
Fix broken workflow
Browse files Browse the repository at this point in the history
(Please don't crash again)
  • Loading branch information
sstok committed Apr 11, 2020
1 parent c0b3487 commit affffbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
mariadb-server:
image: mariadb:10.3
env:
MYSQL_DATABASE=search_tests
MYSQL_ROOT_PASSWORD=nope
MYSQL_DATABASE: search_tests
MYSQL_ROOT_PASSWORD: nope
ports:
- "53306:3306"
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit affffbd

Please sign in to comment.