Skip to content

Commit 798d405

Browse files
authored
Merge pull request #319 from DannyBen/fix/ci
Fix CI
2 parents 3a79f10 + e5a51d8 commit 798d405

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
ruby-version: '${{ matrix.ruby }}'
3131
bundler-cache: true
3232

33+
# ref: https://github.com/ruby/setup-ruby/issues/420
34+
- name: Update rubygems
35+
run: gem update --system
36+
3337
- name: Run tests
3438
run: bundle exec rspec
3539

0 commit comments

Comments
 (0)