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
2 parents 8345983 + 3cbcea5 commit 55e8f7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
- name: Install libmariadb-dev
- name: remove mysql client
run:
sudo apt install -y libmariadb-dev-compat libmariadb-dev
sudo apt remove -yq *mysql*
- name: Install mariadb client
run:
sudo apt install -yq mariadb-client libmariadb-dev-compat libmariadb-dev
- name: bundle install
env:
RAILS_ENV: test
Expand Down

0 comments on commit 55e8f7c

Please sign in to comment.