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 e6c0b27 commit a8fd686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Run tests
env:
RAILS_ENV: test
DATABASE_URL: mysql2://test:[email protected]:3306/test
#DATABASE_URL: mysql2://test:[email protected]:3306/test
DATABASE_URL: sqlite3:db/test.sqlite3
run: |
bundle install
bundle exec rake db:reset
Expand Down

0 comments on commit a8fd686

Please sign in to comment.