1013f69a8b
* Moved selenium to ui-e2e dev dependencies * Cosmetics * Removed compiling contracts from build and from test * Introduced initialize job; Moved cover job to the main workflow * Build, lint, test and cover jobs using initialize cache * Yarn install not needed for oracle-e2e. Enable docker caching. Frozen lockfile * Use docker layer caching and yarn cache for ui-e2e * Trying to save npm install log as artifact * More caching.
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"name": "ui-e2e",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"selenium-webdriver": "3.6.0"
|
|
},
|
|
"scripts": {
|
|
"deploy": "node ./scripts/deploy.js"
|
|
}
|
|
}
|