Skip to content

Commit 193a07d

Browse files
committed
ci: add creek to the downstream pipeline
1 parent 0c04806 commit 193a07d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/downstream.yml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- url: https://github.com/rails/rails
4343
name: xmlmini
4444
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"
4548
runs-on: ubuntu-latest
4649
container:
4750
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
@@ -63,5 +66,8 @@ jobs:
6366
else
6467
echo "gem 'nokogiri', path: '..'" >> Gemfile
6568
fi
69+
if egrep "add_development_dependency.*\bbundler\b" *gemspec ; then
70+
sed -i 's/.*add_development_dependency.*\bbundler\b.*//' *gemspec
71+
fi
6672
bundle install --local || bundle install
6773
${{matrix.command}}

0 commit comments

Comments
 (0)