You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -183,11 +183,7 @@ To skip Cypress binary verification using the environment variable `CYPRESS_SKIP
ENV CYPRESS_SKIP_VERIFY=true
```
or pass the environment variable as a CLI option:
```shell
docker run --env CYPRESS_SKIP_VERIFY=true
```
or pass the environment variable as an additional CLI option `--env CYPRESS_SKIP_VERIFY=true` to the [docker run](https://docs.docker.com/reference/cli/docker/container/run/) command.