Disable test for updated generated code on upgradeable contracts

(cherry picked from commit 429b2242d8)
This commit is contained in:
Francisco Giordano
2022-06-10 18:13:47 -03:00
parent 6e0f947c25
commit e30ea41e87

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'