Hey folks, how do you manage testing inside github actions? Currenlty I run frontend tests on my local stack. But I don't have the local stack available in Github actions. And I also don't want to point the actions to the prod DB because it misses migrations.
What would you recommend?