xWELL Router Refund #53
Workflow file for this run
This file contains 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 base chainlink oracle integration tests | |
on: [pull_request] | |
env: | |
BASE_RPC_URL: ${{secrets.BASE_RPC_URL}} | |
jobs: | |
run-eth-mainnet-tests: | |
name: base-oracle-integration-tests | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Setup Environment | |
uses: ./.github/actions | |
- name: Integration Test Contracts | |
run: time forge test --match-contract ChainlinkCompositeOracleIntegrationTestBase --fork-url $BASE_RPC_URL |