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 45feaa6 commit 56a9de4
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql
image: mariadb:latest
ports:
- 3306:3306
env:
Expand All @@ -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-compat libmariadb-dev
bundle install
bundle exec rails db:migrate
bundle exec rails test
Expand Down

0 comments on commit 56a9de4

Please sign in to comment.