Skip to content

Commit

Permalink
Indentation was off
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 1, 2024
1 parent 4cc39e5 commit 00b5016
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
TEST: [UNIT,E2E]
CRAWL_SHADOW_MODE: [0]
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3]
include:
- PHPVERSION: 8.4
TEST: UNIT
SQL: mysql
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 00b5016

Please sign in to comment.