Skip to content

Commit

Permalink
Merge pull request #1469 from NYPL/TGR-149-tiger-team-release-branch
Browse files Browse the repository at this point in the history
stop setting up test database twice
  • Loading branch information
gonuguntla authored Dec 10, 2024
2 parents 0f9e122 + 375de5e commit 2cc34e6
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 2cc34e6

Please sign in to comment.