Skip to content

Commit

Permalink
Fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Apr 11, 2020
1 parent c0b3487 commit e62c09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -83,7 +83,7 @@ jobs:
run: make in-docker-test
-
name: Setup PHP-QA
uses: ${{ env.QA_DOCKER_IMAGE }
uses: docker://rollerworks/search-phpqa:latest

-
name: Install Composer dependencies
Expand Down

0 comments on commit e62c09f

Please sign in to comment.