From 6f04eaf74fc82b9ffd7e9d122d572f95d027bc65 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 27 Mar 2026 08:50:01 -0500 Subject: [PATCH] Add some more frameworks to skip when building test app --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d384ed4f6..a24113d7a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -32,7 +32,7 @@ jobs: RAILS_VERSION: ${{ matrix.rails_version }} BLACKLIGHT_VERSION: ${{ matrix.blacklight_version }} BOOTSTRAP_VERSION: ${{ matrix.bootstrap_version }} - ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test --skip-thruster --css bootstrap ${{ matrix.additional_engine_cart_rails_options }}" + ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test --skip-kamal --skip-thruster --skip-solid --css bootstrap ${{ matrix.additional_engine_cart_rails_options }}" steps: - name: Install ImageMagick run: sudo apt install imagemagick