mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Fix scenario and rename jobs
This commit is contained in:
parent
ba054edbd9
commit
da0b13757a
|
@ -1,14 +1,14 @@
|
||||||
stages:
|
stages:
|
||||||
- checks
|
- checks
|
||||||
|
|
||||||
linter:
|
lint:
|
||||||
stage: checks
|
stage: checks
|
||||||
tags:
|
tags:
|
||||||
- aave-build-runner
|
- aave-build-runner
|
||||||
before_script:
|
before_script:
|
||||||
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml build
|
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml build
|
||||||
script:
|
script:
|
||||||
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml run contracts-env npm run prettier:lint
|
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml run contracts-env npm run prettier:check
|
||||||
after_script:
|
after_script:
|
||||||
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml run contracts-env npm run ci:clean
|
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml run contracts-env npm run ci:clean
|
||||||
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml down
|
- docker-compose -p ${CI_JOB_ID} -f docker-compose.test.yml down
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
"aave:fork:main": "npm run compile && MAINNET_FORK=true hardhat aave:mainnet",
|
"aave:fork:main": "npm run compile && MAINNET_FORK=true hardhat aave:mainnet",
|
||||||
"aave:main:full:migration": "npm run compile && npm run hardhat:main -- aave:mainnet --verify",
|
"aave:main:full:migration": "npm run compile && npm run hardhat:main -- aave:mainnet --verify",
|
||||||
"aave:main:full:initialize": "npm run compile && MAINNET_FORK=true full:initialize-tokens --pool Aave",
|
"aave:main:full:initialize": "npm run compile && MAINNET_FORK=true full:initialize-tokens --pool Aave",
|
||||||
"prettier:lint": "npx prettier -c 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test/**/*.ts'",
|
"prettier:check": "npx prettier -c 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test/**/*.ts'",
|
||||||
"dev:prettier": "prettier --write .",
|
"prettier:write": "prettier --write 'tasks/**/*.ts' 'contracts/**/*.sol' 'helpers/**/*.ts' 'test/**/*.ts'",
|
||||||
"ci:test": "npm run compile && npm run test",
|
"ci:test": "npm run compile && npm run test",
|
||||||
"ci:clean": "rm -rf ./artifacts ./cache ./types",
|
"ci:clean": "rm -rf ./artifacts ./cache ./types",
|
||||||
"print-contracts:kovan": "npm run hardhat:kovan -- print-contracts",
|
"print-contracts:kovan": "npm run hardhat:kovan -- print-contracts",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user