Skip to content

Commit

Permalink
ci: re-enable downstream sanitize test
Browse files Browse the repository at this point in the history
As of Sanitize 7.0.0, tests are passing again with the latest Nokogiri.
  • Loading branch information
rgrove authored and flavorjones committed Dec 31, 2024
1 parent ef36f2a commit e694ac4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:
name: rails-html-sanitizer
command: "bundle exec rake test"
ruby: "3.4"
# # pending a fix for https://github.com/sparklemotion/nokogiri/pull/3348
# - url: https://github.com/rgrove/sanitize
# name: sanitize
# command: "bundle exec rake test"
# ruby: "3.4"
- url: https://github.com/rgrove/sanitize
name: sanitize
command: "bundle exec rake test"
ruby: "3.4"
- url: https://github.com/ebeigarts/signer
name: signer
command: "bundle exec rake spec"
Expand Down

0 comments on commit e694ac4

Please sign in to comment.