mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-18 10:22:50 -05:00
print platform and arch
This commit is contained in:
@@ -25,6 +25,8 @@ install:
|
||||
# Output useful info for debugging.
|
||||
- node --version
|
||||
- npm --version
|
||||
- node -e "console.log(process.platform)"
|
||||
- node -e "console.log(process.arch)"
|
||||
# install root modules only
|
||||
- npm install --ignore-scripts
|
||||
# because we skipped scripts, we need to do
|
||||
|
||||
Reference in New Issue
Block a user