mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-18 22:28:38 -05:00
bbe90abee7
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
// generate a unique key for each platform+arch combo in CI
|
|
console.log(`${process.platform}-${process.arch}`)
|