RefugeRestrooms / refugerestrooms

REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
http://www.refugerestrooms.org
GNU Affero General Public License v3.0
892 stars 262 forks source link

Update base image to Ubuntu 22.04 "Jammy" in Travis CI #683

Closed DeeDeeG closed 1 year ago

DeeDeeG commented 1 year ago

Context

Note that there is one test failing, possibly due to our Google Maps API quota limit being hit, or perhaps it's a billing issue for Google Maps. That said, this PR is still an improvement, since CI is getting to the point it can actually run the tests, whereas without this it is erroring out before even getting to the part where the tests run.

Summary of Changes

Checklist

DeeDeeG commented 1 year ago

Test failure is exactly the same in CI as on my local machine, so the fix this is trying to do (unrelated) seems to be working fine.

(The spec that's causing CI and my local machine to fail tests is probably one that requires the real Maps API to complete a search, rather than mocking it properly. And our Maps API is (temporarily?) down due to some sort of reported Quota Limit (or perhaps a billing issue).)

Since this PR is working as well as it can (fixes CI to the extent I can do without messing with the Maps API dashboard), I intend to merge this soon if no objections.

Best, - DeeDeeG