Skip to content

Commit e0beef6

Browse files
skip checking mysql connection in github action
1 parent fbe5a01 commit e0beef6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2828

2929
steps:
30-
- name: Verify MySQL connection
31-
run: |
32-
mysql --version
33-
sudo apt-get install mysql-common-5.5 mysql-client-8.0
34-
mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports[3306] }} -uroot -ppassword -e "SHOW DATABASES"
30+
# - name: Verify MySQL connection
31+
# run: |
32+
# mysql --version
33+
# sudo apt-get install mysql-client
34+
# mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports[3306] }} -uroot -ppassword -e "SHOW DATABASES"
3535
- name: Checkout code
3636
uses: actions/checkout@v2
3737

0 commit comments

Comments
 (0)