Skip to content

Commit

Permalink
without bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 1b5973d commit 164d1c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ echo "Unsetting database url"
unset DATABASE_URL
echo "Sourcing NVM"
source $NVM_DIR/nvm.sh
echo `pwd`
echo "changing directory"
cd "/app"
echo "Running tests"
bundle exec bin/rspec spec/
bin/rspec spec/
echo "CI runner done"

0 comments on commit 164d1c9

Please sign in to comment.