diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf83fd17..0c93b77e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Create database env: RAILS_ENV: test - run: bundler exec rake db:schema:load RAILS_ENV=test + run: bundler exec rake db:schema:load - name: Run tests env: RAILS_ENV: test