Skip to content

Commit

Permalink
removed static analisys
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Feb 5, 2023
1 parent f2bc732 commit c88b022
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- uses: codecov/codecov-action@v3

0 comments on commit c88b022

Please sign in to comment.