Skip to content

Commit 2e4efd0

Browse files
committed
fixup! Upgrade to Ruby 3.3, AnyCable 1.5, Ruby Next 1.0
1 parent 1639af1 commit 2e4efd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/system_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run RSpec
6767
run: |
6868
bundle exec rails db:test:prepare
69-
export CABLE_URL="ws://$(hostname):8080/cable"
69+
export ANYCABLE_WEBSOCKET_URL="ws://$(hostname):8080/cable"
7070
bundle exec rspec --tag type:system --force-color
7171
wsdirector:
7272
runs-on: ubuntu-latest
@@ -97,6 +97,7 @@ jobs:
9797
ANYCABLE_HOST: "0.0.0.0"
9898
ANYCABLE_REDIS_URL: redis://host.docker.internal:6379/0
9999
ANYCABLE_RPC_HOST: host.docker.internal:50051
100+
ANYCABLE_DEBUG: "true"
100101
steps:
101102
- uses: actions/checkout@v3
102103
- name: Install PostgreSQL client
@@ -112,5 +113,6 @@ jobs:
112113
bundle exec rails db:seed
113114
mkdir -p tmp/pids
114115
bundle exec anycabled start
116+
sleep 10
115117
gem install wsdirector-cli
116118
wsdirector etc/wsdirector/chat.yml localhost:8080/cable -c -vv

0 commit comments

Comments
 (0)