Skip to content

Commit

Permalink
Update phpstan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 29, 2023
1 parent 34c0427 commit d242a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
MYSQL_ROOT_PASSWORD: root
ports:
- "3306:3306"
options: |
--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=1s --health-timeout=10s --health-retries=60
options: '--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=1s --health-timeout=10s --health-retries=60'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d242a51

Please sign in to comment.