On concise test setups with FactoryBot
Recently, I reviewed a pull request where setting up the object under the test was rather cumbersome. The setup spanned ten lines, each necessary to build a valid ActiveRecord object. Having ten lines for setup is not necessarily a problem; however, most of the tests did not care about the translation details, and the setup was already duplicated in the same test file.
You are missing errors in your Google Cloud Build steps
If you are using Google Cloud Build, you likely encountered cases where you needed to continue the process regardless of the result of a particular step.
If your step hides if it fails because it is OK to let it fail, I have a better option for you.