Skip to content

Commit

Permalink
More mysql updates
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent 86ddbd9 commit ed77bc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
# ImageOS: ubuntu20
with:
mysql-version: ${{ matrix.mysql }}
root-password: mysql

# https://github.com/marketplace/actions/setup-postgresql-with-postgresql-extensions-and-unprivileged-user
- name: Install Postgres ${{ matrix.pg }}
Expand All @@ -66,8 +65,6 @@ jobs:
run: make ci
env:
MYSQLHOST: localhost
MYSQLPWD: mysql
MYSQLUSER: root
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres
2 changes: 1 addition & 1 deletion test/db_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ -z $GITHUB_ACTION ]]; then
PGCMD="sudo -u postgres $PGCMD -q"
MYSQLCMD="sudo $MYSQLCMD"
else
MYSQLCMD="$MYSQLCMD -u$MYSQLUSER -p$MYSQLPWD -h$MYSQLHOST --verbose"
MYSQLCMD="$MYSQLCMD -uroot --verbose"
fi


Expand Down

0 comments on commit ed77bc7

Please sign in to comment.