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 4391b48 commit 366efa5Copy full SHA for 366efa5
.github/workflows/ci-test.yml
@@ -58,6 +58,7 @@ jobs:
58
sudo -u postgres psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
59
60
- name: Install mysql/mariadb
61
+ if: ${{ false }}
62
run: |
63
sudo apt-get install mysql-server mysql-client
64
# set up mysql database
0 commit comments