From 73e09038d159f060be4eb8e3cae3b17837bb15c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Sun, 22 Dec 2024 08:31:52 +0100 Subject: [PATCH] Precompilled assets --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 1a494e5..6fba07a 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -114,10 +114,10 @@ jobs: bundle config set --local without 'rmagick development' bundle install bundle exec rake generate_secret_token - bundle exec rake db:migrate - ls -l plugins/ + bundle exec rake db:migrate bundle exec rake redmine:plugins:migrate bundle exec rake redmine:load_default_data + bundle exec rake assets:precompile env: REDMINE_LANG: en - name: Standard tests