Skip to content

Commit

Permalink
Updates gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 30, 2024
1 parent 690d372 commit 7dd6ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
run: vendor/bin/phpunit
env:
PERSISTENCE_DRIVER: mongodb
MONGODB_CONNECTION: mongodb://mongo:secret@mongodb:27017
MONGODB_CONNECTION: mongodb://mongo:secret@127.0.0.1:27017
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
env:
PERSISTENCE_DRIVER: db
DB_DRIVER: mysql
DB_HOST: mysql
DB_HOST: 127.0.0.1
DB_PORT: 3306
DB_DATABASE: buggregator
DB_USERNAME: root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
PERSISTENCE_DRIVER: db
DB_DRIVER: pgsql
DB_HOST: postgres
DB_HOST: 127.0.0.1
DB_PORT: 5432
DB_DATABASE: buggregator
DB_USERNAME: postgres
Expand Down

0 comments on commit 7dd6ba4

Please sign in to comment.