Skip to content

Commit 2dd9e96

Browse files
committed
add release workflow for publishing to RubyGems
1 parent 91219d3 commit 2dd9e96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: ${{ matrix.entry.ruby }}
20-
bundler-cache: false
21-
- name: Bundle install
22-
run: bundle install
20+
bundler-cache: true
2321
- run: bundle exec rake test
2422
continue-on-error: ${{ matrix.entry.allowed-failure }}

0 commit comments

Comments
 (0)