Skip to content

Commit

Permalink
use mysql db to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Mar 31, 2024
1 parent 667c3f0 commit 978aa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
RAILS_ENV: test
DATABASE_URL: mysql2://test:[email protected]:3306/test
run: |
sudo apt install -y libmariadb-dev
sudo apt install -y libmariadb-dev libmariadb-dev-compat
bundle install
bundle exec rails db:migrate
bundle exec rails test
Expand Down

0 comments on commit 978aa74

Please sign in to comment.