Skip to content

Commit

Permalink
stop setting up test database twice
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Dec 6, 2024
1 parent 0f9e122 commit 375de5e
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 @@ -32,4 +32,4 @@ jobs:
- name: Run tests
run: |
docker-compose up -d
docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rake db:create db:schema:load && RAILS_ENV=test bundle exec rails test'
docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rails test'

0 comments on commit 375de5e

Please sign in to comment.