New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-2206: Onboarding - Step 1 - Create Account #639
Add comments and minor refactors
6ff20ca
834bb52
3300d83
5911f47
a56094f
f623f22
9d641f9
f9ad55e
13d10ee
11f908c
6cfcdce
9f024a5
0371513
7a04bd3
31b8e8e
2071175
74b0a41
7d9bd47
ba6f3c9
c098331
1087c46
b8c2629
e187609
a6e9257
f715cf7
8b6838d
817ce0b
dfc6ec9
7ff259f
143cce8
136ef0d
eda38ca
91badf5
1b24823
6ce6eca
44518ad
6ff20ca
GH-2206: Onboarding - Step 1 - Create Account #639
6ff20ca
834bb52
3300d83
5911f47
a56094f
f623f22
9d641f9
f9ad55e
13d10ee
11f908c
6cfcdce
9f024a5
0371513
7a04bd3
31b8e8e
2071175
74b0a41
7d9bd47
ba6f3c9
c098331
1087c46
b8c2629
e187609
a6e9257
f715cf7
8b6838d
817ce0b
dfc6ec9
7ff259f
143cce8
136ef0d
eda38ca
91badf5
1b24823
6ce6eca
44518ad
6ff20ca
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #639 GH-2206: Onboarding - Step 1 - Create Account.
Any changes that have been made to the ghostery-browser-intro-hub branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Xenial) |
| Node.js Version | lts/dubnium |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"lts/dubnium"
],
"cache": {
"yarn": true
},
"install": [
"yarn install --frozen-lockfile"
],
"script": [
"node ./tools/licenses/fetchLicenses.js",
"yarn lint",
"yarn test"
]
}