Skip to content

Commit

Permalink
fix test runner command
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 26, 2024
1 parent 88c958e commit f07f103
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
env:
RAILS_ENV: test
# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:test:prepare test
run:
- bin/rails db:test:prepare
- bundle exec rspec

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
Expand All @@ -56,4 +58,3 @@ jobs:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
if-no-files-found: ignore

0 comments on commit f07f103

Please sign in to comment.