Skip to content

Commit

Permalink
Add MariaDB TCP connection (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 31, 2024
1 parent e84f7c5 commit 2d2a3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
#services:
# database:
# image: "mariadb:11.0.2"
# ports:
# - "3306/tcp"
# env:
# MYSQL_DATABASE: "cylinder"
# MYSQL_USER: "dba"
Expand All @@ -70,6 +72,7 @@ jobs:
# --health-interval 1s
# --health-timeout 10s
# --health-retries 30
## TCP connection: 127.0.0.1:${{ job.services.database.ports['3306'] }}
steps:
-
name: "Set up PHP"
Expand Down

0 comments on commit 2d2a3e8

Please sign in to comment.