Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/babel/preset-env-7.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jun 19, 2023
2 parents de53fe1 + faa7be1 commit 869a5d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
env:
MYSQL_DATABASE: "dodona_test"
MYSQL_ROOT_PASSWORD: "dodona"
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_HOST: "localhost"
ports:
- 3306:3306
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- uses: actions/checkout@v3
- name: Use ruby from .ruby-version
Expand Down Expand Up @@ -93,10 +95,12 @@ jobs:
env:
MYSQL_DATABASE: "dodona_test"
MYSQL_ROOT_PASSWORD: "dodona"
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_HOST: "localhost"
ports:
- 3306:3306
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- uses: actions/checkout@v3
- name: Use ruby from .ruby-version
Expand Down

0 comments on commit 869a5d3

Please sign in to comment.