Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Merge pull request #1686 from morpho-org/chore/deprecation_in_readme #1750

Merge pull request #1686 from morpho-org/chore/deprecation_in_readme

Merge pull request #1686 from morpho-org/chore/deprecation_in_readme #1750

name: Foundry tests (Morpho-Compound)
on:
push:
branches:
- main
- dev
pull_request:
paths:
- "lib/**"
- "config/compound/**"
- "src/common/**"
- "src/compound/**"
- "test/common/**"
- "test/compound/**"
- "*.lock"
- "Makefile"
- "foundry.toml"
- "remappings.txt"
- ".github/actions/ci-foundry/*"
- ".github/workflows/ci-foundry-compound.yml"
jobs:
morpho-compound-eth-mainnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/ci-foundry
with:
protocol: compound
network: eth-mainnet
alchemyKey: ${{ secrets.ALCHEMY_KEY }}