Adding additional services within a github actions workflow such as Postgres or mySQL fails during tests with act while works in a cloud github actions environment.
Assumption is that act is unable to handle the network bridge mode between multiple containers when utilizing services
Adding additional services within a github actions workflow such as Postgres or mySQL fails during tests with act while works in a cloud github actions environment.
Assumption is that act is unable to handle the network bridge mode between multiple containers when utilizing services