Skip to content

Commit bbee076

Browse files
Remove --record and related arguments (#9429)
1 parent 7646aca commit bbee076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ x-e2e-runners:
8181
condition: service_healthy
8282
env_file: ./packages/manager/.env
8383
volumes: *default-volumes
84-
entrypoint: ['yarn', 'cy:ci', '--record', '--parallel', "--ci-build-id=${BUILD_ID}"]
84+
entrypoint: ['yarn', 'cy:ci']
8585

8686
services:
8787
# Serves a local instance of Cloud Manager for Cypress to use for its tests.

0 commit comments

Comments
 (0)