Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 20, 2024
1 parent a856cff commit 9ae201b
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 @@ -36,8 +36,8 @@ jobs:
run: |
bundle exec rake db:reset
bundle exec rake db:seed
bundle exec rake test TESTOPTS="-v"
bundle exec rake test:system TESTOPTS="-v"
#bundle exec rake test TESTOPTS="-v"
bundle exec rails test test/system/theses_test.rb:66 TESTOPTS="-v"
- name: Run tests with mysql
env:
RAILS_ENV: test
Expand Down

0 comments on commit 9ae201b

Please sign in to comment.