Skip to content

Commit

Permalink
fixup! Upgrade to Ruby 3.3, AnyCable 1.5, Ruby Next 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 2, 2024
1 parent 1639af1 commit 2e4efd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run RSpec
run: |
bundle exec rails db:test:prepare
export CABLE_URL="ws://$(hostname):8080/cable"
export ANYCABLE_WEBSOCKET_URL="ws://$(hostname):8080/cable"
bundle exec rspec --tag type:system --force-color
wsdirector:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:
ANYCABLE_HOST: "0.0.0.0"
ANYCABLE_REDIS_URL: redis://host.docker.internal:6379/0
ANYCABLE_RPC_HOST: host.docker.internal:50051
ANYCABLE_DEBUG: "true"
steps:
- uses: actions/checkout@v3
- name: Install PostgreSQL client
Expand All @@ -112,5 +113,6 @@ jobs:
bundle exec rails db:seed
mkdir -p tmp/pids
bundle exec anycabled start
sleep 10
gem install wsdirector-cli
wsdirector etc/wsdirector/chat.yml localhost:8080/cable -c -vv

0 comments on commit 2e4efd0

Please sign in to comment.