diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 9118e1e7eed..90d8349459b 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -60,6 +60,10 @@ jobs: name: mechanize command: "bundle exec rake test" ruby: "3.2" + - url: https://github.com/stimulusreflex/stimulus_reflex + name: stimulus_reflex + command: "bundle exec rake test" + ruby: "3.2" # - url: https://github.com/instructure/nokogiri-xmlsec-instructure # name: nokogiri-xmlsec-instructure # precommand: "apt install -y libxmlsec1-dev"