Skip to content

Commit

Permalink
ci: add creek to the downstream pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jul 21, 2022
1 parent 0c04806 commit 193a07d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- url: https://github.com/rails/rails
name: xmlmini
command: "cd activesupport && bundle exec rake test TESTOPTS=-n/XmlMini/"
- url: https://github.com/pythonicrubyist/creek
name: creek
command: "bundle exec rake spec"
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
Expand All @@ -63,5 +66,8 @@ jobs:
else
echo "gem 'nokogiri', path: '..'" >> Gemfile
fi
if egrep "add_development_dependency.*\bbundler\b" *gemspec ; then
sed -i 's/.*add_development_dependency.*\bbundler\b.*//' *gemspec
fi
bundle install --local || bundle install
${{matrix.command}}

0 comments on commit 193a07d

Please sign in to comment.