Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): mark 'playwright' service under a 'testing' profile
the tests-cypress workflow was failing because there is no .env file for the playwright service, but we don't even need that service to start. this makes it so it is not started by default. see https://docs.docker.com/compose/how-tos/profiles/ for more.
- Loading branch information