Skip to content

Commit

Permalink
echidna ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coolhill committed Feb 17, 2022
1 parent 6e71231 commit 5562bcd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/echidna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -30,7 +26,7 @@ jobs:
python-version: '3.x'

- run: yarn install
- run: crytic-compile . --compile-force-framework hardhat
- run: yarn run hardhat compile

- name: Run Echidna
uses: crytic/echidna-action@v1
Expand Down

0 comments on commit 5562bcd

Please sign in to comment.