We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c04806 commit 193a07dCopy full SHA for 193a07d
.github/workflows/downstream.yml
@@ -42,6 +42,9 @@ jobs:
42
- url: https://github.com/rails/rails
43
name: xmlmini
44
command: "cd activesupport && bundle exec rake test TESTOPTS=-n/XmlMini/"
45
+ - url: https://github.com/pythonicrubyist/creek
46
+ name: creek
47
+ command: "bundle exec rake spec"
48
runs-on: ubuntu-latest
49
container:
50
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
@@ -63,5 +66,8 @@ jobs:
63
66
else
64
67
echo "gem 'nokogiri', path: '..'" >> Gemfile
65
68
fi
69
+ if egrep "add_development_dependency.*\bbundler\b" *gemspec ; then
70
+ sed -i 's/.*add_development_dependency.*\bbundler\b.*//' *gemspec
71
+ fi
72
bundle install --local || bundle install
73
${{matrix.command}}
0 commit comments