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 4cc39e5 commit 00b5016Copy full SHA for 00b5016
.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" --health-interval=10s --health-timeout=5s --health-retries=3]
35
- include:
36
- - PHPVERSION: 8.4
37
- TEST: UNIT
38
- SQL: mysql
39
- SQL_OPTIONS: --mysql-native-password --authentication_policy=mysql_native_password
+ include:
+ - PHPVERSION: 8.4
+ TEST: UNIT
+ SQL: mysql
+ SQL_OPTIONS: --mysql-native-password --authentication_policy=mysql_native_password
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v4
0 commit comments