MCPcopy Create free account
hub / github.com/cypress-io/github-action / buildAppMaybe

Function buildAppMaybe

index.js:348–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346}
347
348const buildAppMaybe = () => {
349 const buildApp = core.getInput('build')
350 if (!buildApp) {
351 return
352 }
353
354 debug(`building application using "${buildApp}"`)
355
356 return execCommand(buildApp, true, 'build app')
357}
358
359const startServersMaybe = () => {
360 let startCommand

Callers

nothing calls this directly

Calls 1

execCommandFunction · 0.85

Tested by

no test coverage detected