MCPcopy
hub / github.com/ampproject/amphtml / isGithubActionsBuild

Function isGithubActionsBuild

build-system/common/ci.js:32–34  ·  view source on GitHub ↗

* Returns true if this is a GitHub Actions build. * @return {boolean}

()

Source from the content-addressed store, hash-verified

30 * @return {boolean}
31 */
32function isGithubActionsBuild() {
33 return !!env('GITHUB_ACTIONS');
34}
35
36/**
37 * Returns true if this is a CircleCI build.

Callers 1

ci.jsFile · 0.85

Calls 1

envFunction · 0.70

Tested by

no test coverage detected