backdrop-contrib / metatag

Add structured metadata, aka "meta tags", for various pages on your site.
GNU General Public License v2.0
3 stars 15 forks source link

Run SimpleTest coverage on pull requeusts #115

Closed quicksketch closed 9 months ago

quicksketch commented 9 months ago

In https://github.com/backdrop-contrib/metatag/issues/109, we had an issue where the canonical tag was not getting output. I found that our test coverage was actually failing correctly when this bug was present, but we're not running automated tests regularly, so the failure was not surfaced anywhere.

We should get GitHub actions running the metatag tests on pull requests.