Mercurial > p > roundup > code
changeset 6846:845aba20b4b6
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 21:43:01 -0400 |
| parents | bd4d573ca733 |
| children | 1f335fc08795 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Aug 31 21:32:56 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 21:43:01 2022 -0400 @@ -56,6 +56,7 @@ sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres - name: Install mysql + if: ${{ false }} run: | sudo apt-get install mysql # set up mysql database
