From cac75d9e4453a67128f82a8034552fd4748953ee Mon Sep 17 00:00:00 2001 From: Alex Boyd Date: Tue, 10 Dec 2024 14:34:22 -0500 Subject: [PATCH] try with precompiling assets --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8316357..c7887d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: with: ruby-version: '3.2.1' # Not needed with a .ruby-version file - run: bundle install + - run: bundle exec rails assets:precompile - run: bundle exec rails db:create - run: bundle exec rails db:migrate - run: bundle exec rspec