Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Mar 31, 2024
1 parent 01d6377 commit 3cbcea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: remove mysql client
run:
sudo apt remove -y *mysql*
- name: Install libmariadb-dev
- name: Install mariadb client
run:
sudo apt install -y libmariadb-dev-compat libmariadb-dev
sudo apt install -y mariadb-client libmariadb-dev-compat libmariadb-dev
- name: bundle install
env:
RAILS_ENV: test
Expand Down

0 comments on commit 3cbcea5

Please sign in to comment.