Skip to content

Commit

Permalink
Rails 7.1 loads turbo which requires actioncable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 2, 2024
1 parent 9fcc74c commit f7000f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
BLACKLIGHT_VERSION: "~> 7.0" # only test on BL 7 for now
RAILS_VERSION: ${{ matrix.rails_version }}
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test ${{ matrix.engine_cart_rails_options }}"
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test ${{ matrix.engine_cart_rails_options }}"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit f7000f4

Please sign in to comment.