diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 2daa70e..05d0a78 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -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()