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 2add2e8 commit c402069
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 @@ -37,7 +37,7 @@ jobs:
bundle exec rails db:reset
bundle exec rails db:seed
#bundle exec rails test -v
bundle exec rails test -v test/system/theses_test.rb:66
bundle exec rails test:system TEST_OPTS="-v"
([ -d /home/runner/work/etd/etd/tmp/test-screenshots ] && gzip /home/runner/work/etd/etd/tmp/test-screenshots) || true
- name: Upload sqlite3 test artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c402069

Please sign in to comment.