From 00b50169e1c4d8aa4471b9b46795a632afcde6e7 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:49:25 +0100 Subject: [PATCH] Indentation was off --- .github/workflows/unit-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 8c54e0ceaf..89ea2e1fab 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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