From 49b0b6e1a24dc3178f6ee10544300d588cd7b578 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 25 Dec 2020 14:11:31 +0100 Subject: [PATCH] Precompile assets before tests --- .github/workflows/retrospring.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 717673c6..5bab1c83 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -67,6 +67,9 @@ jobs: run: | npm i -g yarn yarn install + - name: Compile assets + run: + bundle exec rake assets:precompile - name: Set up database run: bundle exec rake db:setup env: