Skip to content

Commit

Permalink
maybe we don't need to set up the dev database at all?
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 73cefd1 commit 74ca0d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
set -Eeuo pipefail
git config --global --add safe.directory /app
bundle exec bin/rake db:create
bundle exec bin/rake db:schema:load
unset DATABASE_URL
bundle exec bin/rake spec

0 comments on commit 74ca0d3

Please sign in to comment.