Skip to content

Commit

Permalink
chore: avoid running connectors integration tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Sep 12, 2024
1 parent 5ecd49b commit 42946b3
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/ci-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,3 @@ jobs:
run: yarn build
- name: Test
run: yarn workspace @mimic-fi/v3-connectors test

integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Set up hardhat config
run: .github/scripts/setup-hardhat-config.sh ${{secrets.MAINNET_RPC}} ${{secrets.POLYGON_RPC}} ${{secrets.OPTIMISM_RPC}} ${{secrets.ARBITRUM_RPC}} ${{secrets.GNOSIS_RPC}} ${{secrets.AVALANCHE_RPC}} ${{secrets.BSC_RPC}} ${{secrets.FANTOM_RPC}} ${{secrets.ZKEVM_RPC}} ${{secrets.BASE_RPC}}
- name: Build
run: yarn build
- name: Test mainnet
run: yarn workspace @mimic-fi/v3-connectors test:mainnet
- name: Test polygon
run: yarn workspace @mimic-fi/v3-connectors test:polygon
- name: Test optimism
run: yarn workspace @mimic-fi/v3-connectors test:optimism
- name: Test arbitrum
run: yarn workspace @mimic-fi/v3-connectors test:arbitrum
- name: Test gnosis
run: yarn workspace @mimic-fi/v3-connectors test:gnosis
- name: Test avalanche
run: yarn workspace @mimic-fi/v3-connectors test:avalanche
- name: Test bsc
run: yarn workspace @mimic-fi/v3-connectors test:bsc
- name: Test fantom
run: yarn workspace @mimic-fi/v3-connectors test:fantom
- name: Test zkevm
run: yarn workspace @mimic-fi/v3-connectors test:zkevm
- name: Test base
run: yarn workspace @mimic-fi/v3-connectors test:base

0 comments on commit 42946b3

Please sign in to comment.