Skip to content

Commit 4c2a786

Browse files
committed
disable mysql db install
apt-get mysql fails. my guess is it's mariadb, so disable for now as I may need to change file names/paths etc.
1 parent 27ac083 commit 4c2a786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
5757
5858
- name: Install mysql
59+
if: ${{ false }}
5960
run: |
6061
sudo apt-get install mysql
6162
# set up mysql database

0 commit comments

Comments
 (0)