We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fd0c7 commit 15eadc7Copy full SHA for 15eadc7
.github/workflows/ci-test.yml
@@ -57,8 +57,9 @@ jobs:
57
sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
58
59
- name: Install mysql/mariadb
60
+ continue-on-error: true
61
run: |
- sh -xv
62
+ set -xv
63
sudo apt-get install mysql-server mysql-client
64
# set up mysql database
65
sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf
0 commit comments