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 eea6be2 commit 3fbd2d4Copy full SHA for 3fbd2d4
.github/workflows/unit-tests.yml
@@ -32,11 +32,11 @@ jobs:
32
TEST: [Unit, E2E]
33
CRAWL_SHADOW_MODE: [0]
34
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
35
- include:
36
- - PHPVERSION: 8.4
37
- TEST: Unit
38
- SQL: mysql
39
- SQL_OPTIONS: --health-cmd="mysqladmin ping"
+ #include:
+ # - PHPVERSION: 8.4
+ # TEST: Unit
+ # SQL: mysql
+ # SQL_OPTIONS: --health-cmd="mysqladmin ping"
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v4
0 commit comments