diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 1d03749..c3b8fc6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -26,14 +26,4 @@ jobs: - uses: actions/checkout@v3 - run: npm install - run: export MAINNET_RPC_URL=${{ secrets.MAINNET_RPC_URL }}; npx hardhat coverage - - uses: codecov/codecov-action@v3 - analyze: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: 'npm' - - run: export MAINNET_RPC_URL=${{ secrets.MAINNET_RPC_URL }} - - uses: crytic/slither-action@v0.2.0 \ No newline at end of file + - uses: codecov/codecov-action@v3 \ No newline at end of file