parent
0367d14044
commit
f6991dec3b
|
@ -16,7 +16,7 @@ set +x -eu -o pipefail
|
||||||
|
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
echo -e "\nInstalling dependencies in '$aioDir'...\n-----"
|
echo -e "\nInstalling dependencies in '$aioDir'...\n-----"
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile --non-interactive
|
||||||
yarn update-webdriver
|
yarn update-webdriver
|
||||||
|
|
||||||
# Run checks for all URLs.
|
# Run checks for all URLs.
|
||||||
|
|
|
@ -39,7 +39,7 @@ describe(browser.baseUrl, () => {
|
||||||
api: 'api list',
|
api: 'api list',
|
||||||
'guide/architecture': 'architecture',
|
'guide/architecture': 'architecture',
|
||||||
'guide/http': 'httpclient',
|
'guide/http': 'httpclient',
|
||||||
'guide/quickstart': 'quickstart',
|
'guide/quickstart': 'getting started',
|
||||||
'guide/security': 'security',
|
'guide/security': 'security',
|
||||||
tutorial: 'tutorial',
|
tutorial: 'tutorial',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue