Skip to content

Commit

Permalink
add debug statements to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent dd2b894 commit 0971474
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
echo "Adding git safe directory"
git config --global --add safe.directory /app
echo "Unsetting database url"
unset DATABASE_URL
echo "Sourcing NVM"
source $NVM_DIR/nvm.sh
echo "Running tests"
bundle exec bin/rake spec
echo "CI runner done"

0 comments on commit 0971474

Please sign in to comment.