Skip to content

Commit

Permalink
ci: skip downstream sanitize test for now
Browse files Browse the repository at this point in the history
pending a fix for #3348
  • Loading branch information
flavorjones committed Dec 6, 2024
1 parent 733ae93 commit c767666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ on:
jobs:
downstream:
name: downstream-${{matrix.name}}
continue-on-error: ${{ matrix.ok_to_fail }}
strategy:
fail-fast: false
matrix:
ok_to_fail: [false]
include:
- url: https://github.com/flavorjones/loofah
name: loofah
Expand All @@ -36,6 +38,7 @@ jobs:
name: sanitize
command: "bundle exec rake test"
ruby: "3.3"
ok_to_fail: true # pending a fix for https://github.com/sparklemotion/nokogiri/pull/3348
- url: https://github.com/ebeigarts/signer
name: signer
command: "bundle exec rake spec"
Expand Down

0 comments on commit c767666

Please sign in to comment.