We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1639af1 commit 2e4efd0Copy full SHA for 2e4efd0
1 file changed
.github/workflows/system_test.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Run RSpec
67
run: |
68
bundle exec rails db:test:prepare
69
- export CABLE_URL="ws://$(hostname):8080/cable"
+ export ANYCABLE_WEBSOCKET_URL="ws://$(hostname):8080/cable"
70
bundle exec rspec --tag type:system --force-color
71
wsdirector:
72
runs-on: ubuntu-latest
@@ -97,6 +97,7 @@ jobs:
97
ANYCABLE_HOST: "0.0.0.0"
98
ANYCABLE_REDIS_URL: redis://host.docker.internal:6379/0
99
ANYCABLE_RPC_HOST: host.docker.internal:50051
100
+ ANYCABLE_DEBUG: "true"
101
steps:
102
- uses: actions/checkout@v3
103
- name: Install PostgreSQL client
@@ -112,5 +113,6 @@ jobs:
112
113
bundle exec rails db:seed
114
mkdir -p tmp/pids
115
bundle exec anycabled start
116
+ sleep 10
117
gem install wsdirector-cli
118
wsdirector etc/wsdirector/chat.yml localhost:8080/cable -c -vv
0 commit comments