Skip to content

Commit

Permalink
fixup! chore: Merge foundry and hardhat coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Jan 31, 2024
1 parent 6a73e00 commit ee203f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v4
- name: Git checkout
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -123,11 +124,13 @@ jobs:
with:
node-version: 16
cache: yarn
cache-dependency-path: "./contracts/yarn.lock"
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0

- run: yarn install --immutable
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: harhdat coverage
run: yarn coverage
Expand Down

0 comments on commit ee203f9

Please sign in to comment.