From 328205d6c6848ab1f34bae9afc86e7f0fc490598 Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 26 Nov 2024 15:43:17 +0100 Subject: [PATCH] fix: ci --- .github/workflows/ethereum.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: |