Was just chatting with @daspecster and running nox locally gives no real indication that the system tests did nothing.
Rather than checking for GOOGLE_APPLICATION_CREDENTIALS and saying "nothing to see here" we should probably instead do:
- Bail without failing if in CI and not in a push build (e.g.)
- If we've made it PAST the bail out (i.e. not on CI or in CI on a merge build) than FAIL THE TEST if
GOOGLE_APPLICATION_CREDENTIALS is unset