Skip to content

Commit 00b5016

Browse files
committed
Indentation was off
1 parent 4cc39e5 commit 00b5016

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
TEST: [UNIT,E2E]
3333
CRAWL_SHADOW_MODE: [0]
3434
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
35+
include:
36+
- PHPVERSION: 8.4
37+
TEST: UNIT
38+
SQL: mysql
39+
SQL_OPTIONS: --mysql-native-password --authentication_policy=mysql_native_password
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)