Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 7, 2023
1 parent ea9635e commit 9aee46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
# https://github.com/marketplace/actions/actions-setup-mysql
- name: Install ${{ matrix.mysql }}
uses: shogo82148/[email protected]
user: sql_bridge_user
password: sql_bridge_test_password
#env:
# ImageOS: ubuntu20
with:
mysql-version: ${{ matrix.mysql }}
user: sql_bridge_user
password: sql_bridge_test_password

# https://github.com/marketplace/actions/setup-postgresql-with-postgresql-extensions-and-unprivileged-user
- name: Install Postgres ${{ matrix.pg }}
Expand Down

0 comments on commit 9aee46d

Please sign in to comment.