Skip to content

Commit

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

0 comments on commit 1b5973d

Please sign in to comment.