From a6fc29bbcf0fe3f4ffa17c2fd82beba905eb3144 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 3 Aug 2023 18:00:07 -0400 Subject: [PATCH] ci: ruby-saml's downstream test suite needs minitest compat (cherry picked from commit 87d3c11f52a2e704fc81ec0393473447afde32c9) --- .github/workflows/downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 4bc5c244c6f..7faf9ae8074 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -47,7 +47,7 @@ jobs: command: "bundle exec rake spec" - url: https://github.com/SAML-Toolkits/ruby-saml name: ruby-saml - command: "bundle exec rake test" + command: "bundle exec rake test MT_COMPAT=t" # - url: https://github.com/instructure/nokogiri-xmlsec-instructure # name: nokogiri-xmlsec-instructure # precommand: "apt install -y libxmlsec1-dev"