Skip to content

Commit

Permalink
chore: remove integration tests from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Sep 18, 2024
1 parent b6ed417 commit cac9357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci-price-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,3 @@ jobs:
run: yarn build
- name: Test
run: yarn workspace @mimic-fi/v3-price-oracle 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}}
- name: Build
run: yarn build
- name: Test mainnet
run: yarn workspace @mimic-fi/v3-price-oracle test:mainnet
- name: Test polygon
run: yarn workspace @mimic-fi/v3-price-oracle test:polygon
14 changes: 0 additions & 14 deletions .github/workflows/ci-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,3 @@ jobs:
env:
CC_SECRET: ${{ secrets.CODECHECKS_SECRET }}
run: yarn workspace @mimic-fi/v3-tasks codechecks

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}}
- name: Build
run: yarn build
- name: Test mainnet
run: yarn workspace @mimic-fi/v3-tasks test:mainnet

0 comments on commit cac9357

Please sign in to comment.