From b3a56cffb6427b2780fc449effaa58542ffb25ac Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 9 Feb 2024 12:36:06 -0600 Subject: [PATCH] Stop skipping action-cable temporarily This works around a bug in turbo-rails 2.0.2 https://github.com/hotwired/turbo-rails/issues/573 We should be able to revert this if that issue is resolved in a future release --- .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 7b51ff2a12..5aa8ea88e2 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -78,7 +78,7 @@ jobs: VIEW_COMPONENT_VERSION: ${{ matrix.view_component_version }} BOOTSTRAP_VERSION: ${{ matrix.bootstrap_version }} BLACKLIGHT_API_TEST: ${{ matrix.api }} - 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 }}" + ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}" steps: - uses: actions/checkout@v3 - name: Set up Ruby