Skip to content

Commit 4206214

Browse files
committed
Re-add entrypoint.
1 parent 5b844a8 commit 4206214

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reusable-upgrade-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
--health-retries="5"
7676
-e MYSQL_ROOT_PASSWORD="root"
7777
-e MYSQL_DATABASE="test_db"
78+
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
7879
-c "exec docker-entrypoint.sh mysqld${{ inputs.db-type == 'mysql' && contains( fromJSON('["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3"]'), inputs.php ) && ( inputs.db-version == '8.4' && ' --mysql-native-password=ON --authentication-policy=mysql_native_password' || ' --default-authentication-plugin=mysql_native_password' ) || '' }}"
7980
8081
steps:

0 commit comments

Comments
 (0)