diff --git a/.github/workflows/ethereum.yml b/.github/workflows/ethereum.yml index a400956..512177c 100644 --- a/.github/workflows/ethereum.yml +++ b/.github/workflows/ethereum.yml @@ -15,7 +15,10 @@ jobs: shell: bash working-directory: ./ethereum - name: tests - run: yarn hardhat test + run: | + cp .env.github .env + yarn compile + yarn test working-directory: ./ethereum - name: Create local node and deploy run: |