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 1c2053d commit 4cc39e5Copy full SHA for 4cc39e5
.github/workflows/unit-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
PHPVERSION: [8.1]
32
TEST: [UNIT,E2E]
33
CRAWL_SHADOW_MODE: [0]
34
- SQL_OPTIONS: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
+ SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3]
35
include:
36
- PHPVERSION: 8.4
37
TEST: UNIT
0 commit comments