Add compile step in checks.yml (#4675)
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user