Skip to content

Commit

Permalink
Rework the mysql config
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent c4e45f8 commit 352e505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
uses: shogo82148/[email protected]
env:
ImageOS: ubuntu20
#env:
# ImageOS: ubuntu20
with:
mysql-version: ${{ matrix.mysql }}
root-password: mysql
Expand Down
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 -p $MYSQLPWD -h $MYSQLHOST"
MYSQLCMD="$MYSQLCMD -u $MYSQLUSER -p $MYSQLPWD -h $MYSQLHOST"
fi


Expand Down

0 comments on commit 352e505

Please sign in to comment.