Skip to content

Commit 4cc39e5

Browse files
committed
Fix syntax warnings
1 parent 1c2053d commit 4cc39e5

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
@@ -31,7 +31,7 @@ jobs:
3131
PHPVERSION: [8.1]
3232
TEST: [UNIT,E2E]
3333
CRAWL_SHADOW_MODE: [0]
34-
SQL_OPTIONS: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
34+
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3]
3535
include:
3636
- PHPVERSION: 8.4
3737
TEST: UNIT

0 commit comments

Comments
 (0)