diff --git a/.github/workflows/contracts.yaml b/.github/workflows/contracts.yaml index d8033f7..6a45428 100644 --- a/.github/workflows/contracts.yaml +++ b/.github/workflows/contracts.yaml @@ -39,5 +39,8 @@ jobs: - name: Install Hardhat Dependencies run: cd contracts && npm ci + - name: Run Hardhat Compile + run: cd contracts && npx hardhat compile + - name: Run Hardhat Test - run: cd contracts && npx hardhat test + run: cd contracts && npx hardhat test