Skip to content

Commit

Permalink
ci: set specific db name and hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Aug 10, 2024
1 parent 448350d commit ff865a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
MYSQL_PASSWORD: ${{ secrets.DB_PASSWORD }}
ports:
- ${{ matrix.db-port }}:${{ matrix.db-port }}
options: ${{ matrix.db-options }}
options: >-
--name db
--hostname db
${{ matrix.db-options }}
env:
DB_PROVIDER: ${{ matrix.db }}
Expand Down

0 comments on commit ff865a0

Please sign in to comment.