Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 20, 2023
1 parent a87ec7b commit 1f34a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
run: php vendor/bin/phpunit
env:
MEMCACHED_HOST: 'localhost:11211'
MYSQL_HOST: 'localhost'
MYSQL_HOST: '127.0.0.1'
MYSQL_USER: 'root'
MYSQL_PASSWORD: 'password'
MYSQL_PASSWORD: 'root'

0 comments on commit 1f34a54

Please sign in to comment.