Skip to content

Commit e694ac4

Browse files
rgroveflavorjones
authored andcommitted
ci: re-enable downstream sanitize test
As of Sanitize 7.0.0, tests are passing again with the latest Nokogiri.
1 parent ef36f2a commit e694ac4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/downstream.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
name: rails-html-sanitizer
3333
command: "bundle exec rake test"
3434
ruby: "3.4"
35-
# # pending a fix for https://github.com/sparklemotion/nokogiri/pull/3348
36-
# - url: https://github.com/rgrove/sanitize
37-
# name: sanitize
38-
# command: "bundle exec rake test"
39-
# ruby: "3.4"
35+
- url: https://github.com/rgrove/sanitize
36+
name: sanitize
37+
command: "bundle exec rake test"
38+
ruby: "3.4"
4039
- url: https://github.com/ebeigarts/signer
4140
name: signer
4241
command: "bundle exec rake spec"

0 commit comments

Comments
 (0)