Skip to content

Commit

Permalink
Comment out db:test:load
Browse files Browse the repository at this point in the history
It's not required because we run db:migrate earlier. Also,
db/schema.rb is slightly incomplete (it doesn't include the index
index_users_on_username because of a Rails limitation).
  • Loading branch information
tom93 committed Jan 5, 2024
1 parent fc8ccc9 commit 2213c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
PGUSER: postgres
PGPASSWORD: postgres

- run: bundle exec rake db:test:load
#- run: bundle exec rake db:test:load # not required because script/install.bash runs db:migrate
- run: bundle exec rspec

- uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 2213c71

Please sign in to comment.