Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ isCiBuild
Function
isCiBuild
build-system/common/ci.js:24–26 ·
view source on GitHub ↗
* Returns true if this is a CI build. * @return {boolean}
()
Source
from the content-addressed store, hash-verified
22
* @
return
{boolean}
23
*/
24
function
isCiBuild() {
25
return
!!env(
'CI'
);
26
}
27
28
/**
29
* Returns true
if
this is a GitHub Actions build.
Callers
15
ensureUpdatedPackages
Function · 0.85
karma.conf.js
File · 0.85
determineBuildTargets
Function · 0.85
printChangeSummary
Function · 0.85
babelPluginTests
Function · 0.85
parseExtensionFlags
Function · 0.85
maybePrintCoverageMessage
Function · 0.85
startStorybook
Function · 0.85
buildStorybook
Function · 0.85
decodePercyTokenForCi
Function · 0.85
setPercyBranch
Function · 0.85
setPercyTargetCommit
Function · 0.85
Calls
1
env
Function · 0.70
Tested by
no test coverage detected