mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 03:51:21 -05:00
Update a few more Circle jobs that changed their artifacts (#5454)
* grab binary and npm package from workspace * update test-binary-against-kitchensink * try installing several times * update test-npm-module-and-verify-binary * update test-binary-and-npm-against-other-projects job * run test job after upload jobs * update urls * use current folder path
This commit is contained in:
@@ -18,6 +18,8 @@ function getNameAndBinary (args = process.argv) {
|
||||
console.log('loading NPM url from', options.npm)
|
||||
npm = require(path.resolve(options.npm)).url
|
||||
la(is.url(npm), 'not an url', npm)
|
||||
} else {
|
||||
console.log('NPM option "%s" is not a file', options.npm)
|
||||
}
|
||||
|
||||
let binary = options.binary
|
||||
@@ -26,6 +28,8 @@ function getNameAndBinary (args = process.argv) {
|
||||
console.log('loading binary url from', options.binary)
|
||||
binary = require(path.resolve(options.binary)).url
|
||||
la(is.url(binary), 'not an url', binary)
|
||||
} else {
|
||||
console.log('binary option "%s" is not a file', options.binary)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user