Ubuntu – How to access localhost from a step in GitHub actions?
I have 2 repo, one is for my NextJS app let's call it repo A. Another one for my testing suite that uses cucumber and playwright, let's call it repo B. I want to run a Github Actions workflow, whenever…