Ver Fonte

Disable test for updated generated code on upgradeable contracts

(cherry picked from commit 429b2242d8e7dedec5e69e7e2065d33e0fc76dc4)
Francisco Giordano há 3 anos atrás
pai
commit
e30ea41e87
1 ficheiros 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'