Update .gitea/workflows/mysql.yml
This commit is contained in:
parent
25c38ca852
commit
0b5549da25
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run: DEBIAN_FRONTEND=noninteractive dpkg -i mysql-apt-config_0.8.24-1_all.deb
|
||||
- run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C
|
||||
- run: apt-get update
|
||||
- run: apt install -y mysql-client
|
||||
- run: apt install -y default-mysql-client
|
||||
- run: mysql -h mysql8 -u root -e '\q'
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue