Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 7, 2025
1 parent 6a63913 commit c2e618b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/enforceTestCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
run: |
echo "solidity_changed=true" >> "$GITHUB_ENV"
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20'
if: env.solidity_changed == 'true'

- name: Install dev dependencies
run: bun install
run: yarn install
if: env.solidity_changed == 'true'

- name: Install Foundry
Expand Down

0 comments on commit c2e618b

Please sign in to comment.