We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220462c commit 5e6fcbbCopy full SHA for 5e6fcbb
.github/workflows/unit-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- 3306:3306
36
env:
37
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
+ options: ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3 --max-allowed-packet=67108864 --wait_timeout3600 --interactive_timeout=3600
39
container:
40
image: domjudge/gitlabci:24.04
41
runs-on: ubuntu-latest
0 commit comments