Skip to content

Commit ce5cefe

Browse files
committed
with init
1 parent bf26b28 commit ce5cefe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/integration.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ on:
1414
jobs:
1515
integration:
1616
runs-on: ubuntu-24.04
17-
# container:
18-
# image: domjudge/gitlabci:24.04
19-
# options: --privileged --cgroupns=host
20-
# services:
21-
# sqlserver:
22-
# image: mariadb
23-
# ports:
24-
# - 3306:3306
25-
# env:
26-
# MYSQL_ROOT_PASSWORD: root
27-
# MYSQL_USER: domjudge
28-
# MYSQL_PASSWORD: domjudge
29-
# options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
17+
container:
18+
image: domjudge/gitlabci:24.04
19+
options: --privileged --cgroupns=host --init
20+
services:
21+
sqlserver:
22+
image: mariadb
23+
ports:
24+
- 3306:3306
25+
env:
26+
MYSQL_ROOT_PASSWORD: root
27+
MYSQL_USER: domjudge
28+
MYSQL_PASSWORD: domjudge
29+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: info

0 commit comments

Comments
 (0)