Skip to content

Commit

Permalink
fix incorrect command
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Oct 28, 2024
1 parent 2f94128 commit eef226e
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 @@ -27,4 +27,4 @@ jobs:
- name: Run tests
run: |
docker-compose up -d
docker-compose run webapp sh -c 'RAILS_ENV=test db:create db:migrate && RAILS_ENV=test bundle exec rails test'
docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rake db:create db:migrate && RAILS_ENV=test bundle exec rails test'

0 comments on commit eef226e

Please sign in to comment.