diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index adfcb74..11a130e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -29,6 +29,6 @@ jobs: - name: Install JS dependencies run: yarn - name: Create database - run: RAILS_ENV=test bundle exec rake db:create db:migrate + run: bundle exec rake db:create db:migrate - name: Run tests - run: RAILS_ENV=test bundle exec rake test \ No newline at end of file + run: bundle exec rake test \ No newline at end of file