-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect forked pull request on AppVeyor CI #4063
Comments
for comparison, internal pull request here https://ci.appveyor.com/project/cypress-io/cypress-example-kitchensink/builds/24164123 with the following env variables
|
we can check values of |
The code for this is done in cypress-io/cypress#4078, but has yet to be released. |
Released in 3.3.0 |
We have special logic to detect forked pull requests on CircleCI and run tests without recording even when the CI file says
cypress run --record
. (we do show a warning in the terminal)I have noticed that we don't detect this situation on AppVeyor, see https://ci.appveyor.com/project/cypress-io/cypress-example-kitchensink/builds/24174895 for example
Environment variables to use to detect this situation
The text was updated successfully, but these errors were encountered: