diff .github/workflows/ci-test.yml @ 6862:7d34cdb6c116

more mysql debug
author John Rouillard <rouilj@ieee.org>
date Wed, 31 Aug 2022 23:26:23 -0400
parents 097578791f7b
children 766533934008
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Wed Aug 31 23:19:49 2022 -0400
+++ b/.github/workflows/ci-test.yml	Wed Aug 31 23:26:23 2022 -0400
@@ -57,8 +57,9 @@
           sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
 
       - name: Install mysql/mariadb
+        continue-on-error: true
         run: |
-          sh -xv
+          set -xv
           sudo apt-get install mysql-server mysql-client
           # set up mysql database
           sudo sed -i -e '/^\[mysqld\]/,/^\[mysql/s/^max_allowed_packet.*/max_allowed_packet = 500M/' /etc/mysql/my.cnf

Roundup Issue Tracker: http://roundup-tracker.org/