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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |