Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent 3694c9d commit a40bcf4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
runs-on: ubuntu-latest

services:
db:
sqlserver:
image: mariadb
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: domjudge
options: >
--health-cmd "mysqladmin ping --silent" --health-interval 10s --health-timeout 5s --health-retries 3
ports:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: domjudge
MYSQL_PASSWORD: domjudge
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- name: Checkout code
Expand Down

0 comments on commit a40bcf4

Please sign in to comment.