Skip to content

Commit

Permalink
ci: skip downstream xmlsec test
Browse files Browse the repository at this point in the history
because that gem doesn't support compaction and frequently segfaults

see instructure/nokogiri-xmlsec-instructure#17
  • Loading branch information
flavorjones committed Dec 31, 2022
1 parent 2a93270 commit 4fb698c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- url: https://github.com/pythonicrubyist/creek
name: creek
command: "bundle exec rake spec"
- url: https://github.com/instructure/nokogiri-xmlsec-instructure
name: nokogiri-xmlsec-instructure
precommand: "apt install -y libxmlsec1-dev"
command: "bundle exec rake compile rspec"
# - url: https://github.com/instructure/nokogiri-xmlsec-instructure
# name: nokogiri-xmlsec-instructure
# precommand: "apt install -y libxmlsec1-dev"
# command: "bundle exec rake compile rspec"
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1
Expand Down

0 comments on commit 4fb698c

Please sign in to comment.