Test gem github: in a Gemfile

This commit is contained in:
Benoit Daloze
2022-07-29 18:16:42 +02:00
parent d6ebfae201
commit 3882fb634e
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -100,6 +100,11 @@ jobs:
- run: bundle exec rake --version
- run: bundle exec rake
- name: Test `gem github:` in a Gemfile
run: bundle install
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
- name: which ruby, rake
if: "!startsWith(matrix.os, 'windows')"
run: which -a ruby rake