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 c402069 commit 2121e9a
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 @@ -37,8 +37,8 @@ jobs:
bundle exec rails db:reset
bundle exec rails db:seed
#bundle exec rails test -v
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
bundle exec rails test:system TESTOPTS="-v"
([ -d /home/runner/work/etd/etd/tmp/test-screenshots ] && tar cvf sqlite3-test-screenshots.tar -C /home/runner/work/etd/etd/tmp/test-screenshots) || true
- name: Upload sqlite3 test artifacts
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 2121e9a

Please sign in to comment.