Browse Source

Disable test for updated generated code on upgradeable contracts

(cherry picked from commit 429b2242d8e7dedec5e69e7e2065d33e0fc76dc4)
Francisco Giordano 3 năm trước cách đây
mục cha
commit
e30ea41e87
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'