Correct.
So with DEV, the app is already “deployed” and only updates are pushed. For Test, with every commit on a pull request, the app/DB is dynamically created and then destroyed (the latter if tests are successful). So maybe that is why I’m not seeing the same behavior in DEV (?)
My next question is, is there a programmatic way to check when a trigger is actually “ready”?