Ver código fonte

Disable test for updated generated code on upgradeable contracts

Francisco Giordano 3 anos atrás
pai
commit
429b2242d8
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/checks.yml

+ 1 - 0
.github/workflows/checks.yml

@@ -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'