Skip to content

Commit 2d13094

Browse files
committed
Specify port
1 parent 4624eb8 commit 2d13094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
env:
1212
MYSQL_ROOT_PASSWORD: root
1313
MYSQL_DATABASE: tlap_test
14+
ports:
15+
- 3306:3306
1416
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1517
steps:
1618
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)