From 1b1af5021e422537b03cba55c5210bbd39f45ba1 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Sat, 26 Oct 2024 14:53:51 +0000 Subject: [PATCH] Test assets --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb3e615..c1f179a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,4 +134,5 @@ jobs: DATABASE_URL: postgres://detonate:detonate@localhost/detonate_test run: | bin/rails db:setup + bin/rails assets:precompile bin/rspec