Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed Dec 5, 2024
1 parent 0384b64 commit 4ec26d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ./.github/composite-actions/setup-ci

- name: Compile contracts
run: yarn hardhat compile
run: yarn hardhat compile && ./flatten-generated-types.sh

- name: Run static checks
run: yarn static-check
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: ./.github/composite-actions/setup-ci

- name: Compile contracts
run: yarn hardhat compile
run: yarn hardhat compile && ./flatten-generated-types.sh

- name: Run hardhat tests
run: HARDHAT_TEST_GREP='${{ matrix.test-groups.grep }}' HARDHAT_TEST_INVERT='${{ matrix.test-groups.invert }}' yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: ./.github/composite-actions/setup-ci

- name: Compile contracts
run: yarn hardhat compile
run: yarn hardhat compile && ./flatten-generated-types.sh

- name: Run coverage
run: yarn coverage
Expand Down

0 comments on commit 4ec26d7

Please sign in to comment.