Disable test for updated generated code on upgradeable contracts
This commit is contained in:
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
ENABLE_GAS_REPORT: true
|
ENABLE_GAS_REPORT: true
|
||||||
- run: npm run test:inheritance
|
- run: npm run test:inheritance
|
||||||
- run: npm run test:generation
|
- run: npm run test:generation
|
||||||
|
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
|
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
|
||||||
|
|||||||
Reference in New Issue
Block a user