Skip to content

Commit 15eadc7

Browse files
committed
more mysql debug
1 parent 96fd0c7 commit 15eadc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
5858
5959
- name: Install mysql/mariadb
60+
continue-on-error: true
6061
run: |
61-
sh -xv
62+
set -xv
6263
sudo apt-get install mysql-server mysql-client
6364
# set up mysql database
6465
sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf

0 commit comments

Comments
 (0)