We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7646aca commit bbee076Copy full SHA for bbee076
docker-compose.yml
@@ -81,7 +81,7 @@ x-e2e-runners:
81
condition: service_healthy
82
env_file: ./packages/manager/.env
83
volumes: *default-volumes
84
- entrypoint: ['yarn', 'cy:ci', '--record', '--parallel', "--ci-build-id=${BUILD_ID}"]
+ entrypoint: ['yarn', 'cy:ci']
85
86
services:
87
# Serves a local instance of Cloud Manager for Cypress to use for its tests.
0 commit comments