X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3c706ab8470e3c638126abd765d3295ed543aea5..62ba143c3c0b7608dcd41f9604fe35ca22d126b4:/.github/workflows/lint.yml?ds=sidebyside diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cdba19949..2050aaf3f 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:schema:load - name: Run Annotate Models run: bundle exec rails annotate_models - name: Fail if model annotations are out of date