Skip to content

Commit 052aad2

Browse files
committed
Add rails to external tests.
1 parent 38ea47d commit 052aad2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-external.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- ubuntu
2020

2121
ruby:
22-
- "3.1"
2322
- "3.2"
2423
- "3.3"
2524
- "3.4"

config/external.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
rack:
22
url: https://github.com/rack/rack.git
33
command: bundle exec rake test
4+
rails:
5+
url: https://github.com/rails/rails
6+
command: bash -c "cd actionpack && bundle exec rake test"

0 commit comments

Comments
 (0)