Mercurial > p > roundup > code
changeset 6853:1f12ca2c409c
mysql off again
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 22:25:37 -0400 |
| parents | 8ffb859b01dd |
| children | 4f115313e262 |
| 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 22:20:52 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 22:25:37 2022 -0400 @@ -58,6 +58,7 @@ sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres - name: Install mysql/mariadb + if: ${{ false }} run: | sudo apt-get install mysql-server mysql-client # set up mysql database
