Skip to content

Commit

Permalink
ci: run tests against anycable master
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 13, 2023
1 parent 68d1244 commit d2e4b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
gemfile: "railsmaster"
- ruby: "2.7"
gemfile: "rails60"
- ruby: "3.2"
gemfile: "anycablemaster"
steps:
- uses: actions/checkout@v2
- name: Install system deps
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/anycablemaster.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source "https://rubygems.org"

gem "rails", ">= 7.1"
gem "rspec-rails"
gem "anycable", git: "https://github.com/anycable/anycable.git", branch: "master"
gem "sqlite3", "~> 1.4"

gemspec path: "..", name: "anycable-rails"

0 comments on commit d2e4b14

Please sign in to comment.