Skip to content

Commit 4e86f92

Browse files
committed
[github CI] Install subversion for test script
1 parent 1411dfc commit 4e86f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
ruby-version: ${{ matrix.ruby }}
2020
- name: Install dependencies
2121
run: bundle install
22+
- name: Install subversion for functional tests
23+
run: sudo apt-get install -y subversion
2224
- name: Run rspec
2325
run: bundle exec rspec
2426
- name: Run rubocop

0 commit comments

Comments
 (0)