phyloref / klados

A curation tool to edit test cases for the Phyloref curation workflow
http://www.phyloref.org/klados/
MIT License
2 stars 1 forks source link

Fix uptime test #332

Closed gaurav closed 3 months ago

gaurav commented 3 months ago

The backend test have been failing because the certificate provided by https://reasoner.phyloref.org/reason isn't recognized by our backend job. I've added that certificate chain to this repository as a secret, which this PR reads into the test-backend script to use as a certificate when making the HTTPS request to the Reasoner backend.