From 26bb457c391fff958bf3fbdac88f434b4018a7d7 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 21 Nov 2024 18:55:12 +0000 Subject: [PATCH] refactor: make playwright service's default command be to run the tests --- compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 9bb010f5a5..ae0c06979e 100644 --- a/compose.yml +++ b/compose.yml @@ -49,5 +49,4 @@ services: image: benefits_client:playwright volumes: - ./tests/playwright:/playwright - # https://code.visualstudio.com/docs/remote/create-dev-container#_use-docker-compose - entrypoint: sleep infinity + command: ./run.sh