Skip to content

Commit

Permalink
Merge pull request #3148 from projectblacklight/backport-no-skip-ac
Browse files Browse the repository at this point in the history
[backport] Stop skipping action-cable temporarily
  • Loading branch information
tpendragon committed Feb 15, 2024
2 parents 9756184 + d830beb commit 2369069
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 2369069

Please sign in to comment.