Skip to content

Commit

Permalink
Try one line command.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Aug 1, 2024
1 parent f348acb commit 4ffee7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ jobs:
--health-timeout=10s
--health-retries=5
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
-c "exec docker-entrypoint.sh mysqld
${{ matrix.db-type == 'mysql' && matrix.db-version == '8.4' && '--mysql-native-password=ON ' || '' }}
${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && '--authentication_policy=mysql_native_password' || '' }}
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && matrix.db-version == '8.4' && ' --mysql-native-password=ON ' || '' }}${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && ' --authentication_policy=mysql_native_password' || '' }}
steps:
- name: Set up PHP ${{ matrix.php }}
Expand Down

0 comments on commit 4ffee7c

Please sign in to comment.