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
we are setting up the self hosted runner and running into proxy issue while run the mpn ci which has cypress package or the cypress setup action.
so any specific proxy setting needed for this package installation specific to cypress on the runner machine ?
Run cypress-io/github-action@v6
/home/runner/_work/_tool/node/20.16.0/x64/bin/npm ci
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm error code 1
npm error path /home/runner/_work/repo/repo/node_modules/cypress
npm error command failed
npm error command sh -c node index.js --exec install
npm error Note: Overriding Cypress cache directory to: /home/runner/.cache/Cypress
npm error
npm error Previous installs of Cypress may not be found.
npm error
npm error Installing Cypress (version: 13.13.2)
npm error
npm error [STARTED] Task without title.
npm error The Cypress App could not be downloaded.
npm error
npm error Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
npm error
npm error Otherwise, please check network connectivity and try again:
npm error
npm error ----------
npm error
npm error URL: https://download.cypress.io/desktop/13.13.2?platform=linux&arch=x64
npm error AggregateError
npm error
npm error ----------
npm error
npm error Platform: linux-x64 (Ubuntu - 22.04)
npm error Cypress Version: 13.13.2
npm error [FAILED] The Cypress App could not be downloaded.
npm error [FAILED]
npm error [FAILED] Does your workplace require a proxy to be used to access the Internet? If so, you must configure the HTTP_PROXY environment variable before downloading Cypress. Read more: https://on.cypress.io/proxy-configuration
npm error [FAILED]
npm error [FAILED] Otherwise, please check network connectivity and try again:
npm error [FAILED]
npm error [FAILED] ----------
npm error [FAILED]
npm error [FAILED] URL: https://download.cypress.io/desktop/13.13.2?platform=linux&arch=x64
npm error [FAILED] AggregateError
npm error [FAILED]
npm error [FAILED] ----------
npm error [FAILED]
npm error [FAILED] Platform: linux-x64 (Ubuntu - 22.04)
npm error [FAILED] Cypress Version: 13.13.2
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2024-08-13T11_06_01_913Z-debug-0.log
Error: The process '/home/runner/_work/_tool/node/20.16.0/x64/bin/npm' failed with exit code 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
we are setting up the self hosted runner and running into proxy issue while run the mpn ci which has cypress package or the cypress setup action.
so any specific proxy setting needed for this package installation specific to cypress on the runner machine ?
Beta Was this translation helpful? Give feedback.
All reactions