Selaa lähdekoodia

Disable test for updated generated code on upgradeable contracts

(cherry picked from commit 429b2242d8e7dedec5e69e7e2065d33e0fc76dc4)
Francisco Giordano 3 vuotta sitten
vanhempi
sitoutus
e30ea41e87
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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'