We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4624eb8 commit 2d13094Copy full SHA for 2d13094
.github/workflows/run_tests.yml
@@ -11,6 +11,8 @@ jobs:
11
env:
12
MYSQL_ROOT_PASSWORD: root
13
MYSQL_DATABASE: tlap_test
14
+ ports:
15
+ - 3306:3306
16
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
17
steps:
18
- uses: actions/checkout@v2
0 commit comments