Skip to content

Commit 220462c

Browse files
committed
Fixup
1 parent 278cfca commit 220462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 3306:3306
3636
env:
3737
MYSQL_ROOT_PASSWORD: root
38-
options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3 --max-allowed-packet=67108864 --wait-timeout3600 --interactive-timeout=3600
38+
options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3 --max_allowed_packet=67108864 --wait_timeout3600 --interactive_timeout=3600
3939
container:
4040
image: domjudge/gitlabci:24.04
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)