Skip to content

Commit d27dd98

Browse files
committed
install zsh in github test workflow
1 parent 53883ff commit d27dd98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
ruby-version: '${{ matrix.ruby }}'
2323
bundler-cache: true
2424

25+
- name: Install zsh
26+
run: sudo apt install -y zsh
27+
2528
- name: Run tests
2629
run: bundle exec rspec

0 commit comments

Comments
 (0)