Skip to content

Commit

Permalink
Stop skipping action-cable temporarily
Browse files Browse the repository at this point in the history
This works around a bug in turbo-rails 2.0.2 hotwired/turbo-rails#573
We should be able to revert this if that issue is resolved in a future release
  • Loading branch information
jcoyne committed Feb 15, 2024
1 parent 9756184 commit d830beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run tests
run: bundle exec rake ci
env:
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test'
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test'
test_bootstrap5:
runs-on: ubuntu-latest
strategy:
Expand All @@ -68,7 +68,7 @@ jobs:
run: bundle exec rake ci
env:
BOOTSTRAP_VERSION: '~> 5.0'
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test'
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test'
test_rails6_0:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Run tests
run: bundle exec rake ci
env:
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test'
ENGINE_CART_RAILS_OPTIONS: '--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test'
api_test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d830beb

Please sign in to comment.