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 f074c71 commit e945fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
bundle exec rails db:reset
bundle exec rails db:seed
#bundle exec rails test -v
bundle exec rails test -v
bundle exec rails test:system TESTOPTS="-v"
- name: Run tests with mysql
Expand All @@ -46,12 +46,12 @@ jobs:
run: |
bundle exec rails db:reset
bundle exec rails db:seed
#bundle exec rails test -v
bundle exec rails test -v
bundle exec rails test:system TESTOPTS="-v"
- name: Create tar archive of screenshots
run: |
( cd /home/runner/work/etd/etd/tmp && [ -d ./test-screenshots ] && tar cvf mysql-test-screenshots.tar ./test-screenshots ) || true
( cd /home/runner/work/etd/etd/tmp && [ -d ./test-screenshots ] && tar cvf test-screenshots.tar ./test-screenshots ) || true
- name: Upload screenshots
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e945fee

Please sign in to comment.