From 5562bcd7083d09f72c09a0dc2006669a359a33eb Mon Sep 17 00:00:00 2001 From: coolhill <8256597+coolhill@users.noreply.github.com> Date: Thu, 17 Feb 2022 19:03:36 +0100 Subject: [PATCH] echidna ci fix --- .github/workflows/echidna.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/echidna.yml b/.github/workflows/echidna.yml index 2fcb00b14..dad2d6357 100644 --- a/.github/workflows/echidna.yml +++ b/.github/workflows/echidna.yml @@ -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: @@ -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