Преглед изворни кода

Add compile step in `checks.yml` (#4675)

Ernesto García пре 2 година
родитељ
комит
7ef4333301
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/checks.yml

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

@@ -34,6 +34,8 @@ jobs:
       - uses: actions/checkout@v4
       - name: Set up environment
         uses: ./.github/actions/setup
+      - name: Compile contracts # TODO: Remove after migrating tests to ethers
+        run: npm run compile
       - name: Run tests and generate gas report
         run: npm run test
       - name: Check linearisation of the inheritance graph