Skip to content

Commit

Permalink
try with rspec runner directly
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 0971474 commit a83592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ unset DATABASE_URL
echo "Sourcing NVM"
source $NVM_DIR/nvm.sh
echo "Running tests"
bundle exec bin/rake spec
bundle exec bin/rspec spec/
echo "CI runner done"

0 comments on commit a83592c

Please sign in to comment.