Skip to content

Commit

Permalink
fix workflow stable component cert - state.mysql (#3450)
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <hey@mike.ee>
  • Loading branch information
mikeee committed Jun 21, 2024
1 parent 8414210 commit 0375e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/certification/state/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'
services:
mysql:
image: mysql:8
command: --default-authentication-plugin=mysql_native_password --port 3306
command: --mysql-native-password=ON --port 3306
restart: always
environment:
MYSQL_ROOT_PASSWORD: root
Expand Down

0 comments on commit 0375e20

Please sign in to comment.