Skip to content

Commit 46bb27a

Browse files
authored
Merge pull request #233 from projectblacklight/skips
Skip some unused rails frameworks
2 parents 8fc1262 + f9b30df commit 46bb27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
RAILS_VERSION: ${{ matrix.rails_version }}
3333
BLACKLIGHT_VERSION: ${{ matrix.blacklight_version }}
34-
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
34+
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-kamal --skip-solid --skip-thruster --skip-docker --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)