Skip to content

Commit

Permalink
change rails test command publiclab#9069
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e committed Jul 28, 2021
1 parent 90dd92f commit 9c01f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
DB_PASSWORD: root
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: bundle exec rails g webpacker:install && bundle exec rails g webpacker:install:react && bundle exec rails g react:install
- name: "System Tests"
- name: "Comment System Tests"
env:
RAILS_ENV: test
DB_PASSWORD: root
Expand All @@ -181,7 +181,7 @@ jobs:
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
bundle exec rails test:comment_system_tests
bundle exec rails test test/comment_system_tests
- name: Archive system test screenshots
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9c01f15

Please sign in to comment.