Skip to content

Commit

Permalink
with init
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 27, 2024
1 parent bf26b28 commit ce5cefe
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ on:
jobs:
integration:
runs-on: ubuntu-24.04
# container:
# image: domjudge/gitlabci:24.04
# options: --privileged --cgroupns=host
# services:
# sqlserver:
# image: mariadb
# 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
container:
image: domjudge/gitlabci:24.04
options: --privileged --cgroupns=host --init
services:
sqlserver:
image: mariadb
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:
- uses: actions/checkout@v4
- name: info
Expand Down

0 comments on commit ce5cefe

Please sign in to comment.