From 7ef43333011c9d9fae7ee35f5dd680db3c051b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Thu, 12 Oct 2023 03:27:50 -0600 Subject: [PATCH] Add compile step in `checks.yml` (#4675) --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5b32bdb1d..17dfb669d 100644 --- a/.github/workflows/checks.yml +++ b/.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