Skip to content

Commit

Permalink
Add compile step in checks.yml (#4675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Oct 12, 2023
1 parent faa83c6 commit 7ef4333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef4333

Please sign in to comment.