X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/17911cd2ee4592d1650302b97fef7930a091b206..72c7d202a8325b4e9054ffc98e8db3928ac4347a:/.github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 702f29264..73ce90b92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,6 +55,8 @@ jobs: run: bundle exec rails i18n:js:export - name: Install node modules run: bundle exec rails yarn:install + - name: Compile assets + run: bundle exec rails assets:precompile - name: Run tests run: bundle exec rails test:all - name: Report completion to Coveralls