Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 2, 2024
1 parent 278cfca commit 220462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
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
container:
image: domjudge/gitlabci:24.04
runs-on: ubuntu-latest
Expand Down

0 comments on commit 220462c

Please sign in to comment.