We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b86baf commit 6e73cfaCopy full SHA for 6e73cfa
.devcontainer/codespaces/postCreateCommand.sh
@@ -9,6 +9,7 @@ until docker exec postgres pg_isready -U postgres; do sleep 1; done
9
# Setup & Create .env
10
./bin/setup
11
12
-RAILS_ENV=test bundle exec rake db:setup dev:prime
+# Create test database and run seeds
13
+RAILS_ENV=test ./bin/rails dev:prime
14
15
docker stop postgres
0 commit comments