Skip to content

Commit

Permalink
install mysql client
Browse files Browse the repository at this point in the history
  • Loading branch information
adlamas committed Oct 5, 2023
1 parent 8ad2548 commit 648616b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
POSTGRES_HOST: 127.0.0.1
POSTGRES_PORT: 5432
ADAPTER: postgresql
- name: install mysql client
run: |
sudo apt-get install -y mysql-client
- name: Start mysql service
run: sudo systemctl start mysql.service
- name: Run tests on mysql
Expand Down

0 comments on commit 648616b

Please sign in to comment.