Update Lido Mainnet and Hoodi oracle allowlist #123
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: tests | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| create_containers: | |
| # Ensures default fresh checkout can create containers. | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: docker compose up --no-start | |
| - run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start |