Skip to content

Commit 64aad91

Browse files
committed
Separated install from test
1 parent 74cb318 commit 64aad91

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
24+
- name: Install
25+
run: bundle install
2426
- name: Run test
25-
run: bundle install && bundle exec rake test
27+
run: bundle exec rake test
2628
- id: build
2729
run: |
2830
rake build

0 commit comments

Comments
 (0)