Disable test for updated generated code on upgradeable contracts

This commit is contained in:
Francisco Giordano
2022-06-10 18:13:47 -03:00
parent c10a097fa8
commit 429b2242d8

View File

@ -34,6 +34,7 @@ jobs:
ENABLE_GAS_REPORT: true
- run: npm run test:inheritance
- run: npm run test:generation
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'
coverage:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'