diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cdba19949ef..f9aeda7fe34 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -91,7 +91,7 @@ jobs: sudo -u postgres createuser -s $(id -un) createdb openstreetmap cp config/github.database.yml config/database.yml - bundle exec rails db:test:load + bundle exec rails db:test:migrate - name: Run Annotate Models run: bundle exec rails annotate_models - name: Fail if model annotations are out of date