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

0 comments on commit aa66cd0

Please sign in to comment.