Skip to content

Commit

Permalink
fix(ci): mark 'playwright' service under a 'testing' profile
Browse files Browse the repository at this point in the history
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
angela-tran committed Nov 4, 2024
1 parent f5ecfb4 commit 787e769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ services:
- ./playwright:/playwright
# https://code.visualstudio.com/docs/remote/create-dev-container#_use-docker-compose
entrypoint: sleep infinity
profiles: ["testing"]

0 comments on commit 787e769

Please sign in to comment.