diff --git a/.github/workflows/ci-price-oracle.yml b/.github/workflows/ci-price-oracle.yml index 7c5e978..08538d3 100644 --- a/.github/workflows/ci-price-oracle.yml +++ b/.github/workflows/ci-price-oracle.yml @@ -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 diff --git a/.github/workflows/ci-tasks.yml b/.github/workflows/ci-tasks.yml index 01be3ec..22c26fa 100644 --- a/.github/workflows/ci-tasks.yml +++ b/.github/workflows/ci-tasks.yml @@ -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