diff --git a/.github/workflows/ethereum.yml b/.github/workflows/ethereum.yml index ba74457..6965e48 100644 --- a/.github/workflows/ethereum.yml +++ b/.github/workflows/ethereum.yml @@ -13,14 +13,14 @@ jobs: node-version: "20.x" - run: yarn --ignore-scripts shell: bash - working-directory: ./ethereum/fly + working-directory: ./ethereum/ekoke - name: Create local node and deploy run: | cp .env.github .env && yarn hardhat node & sleep 2 && yarn deploy:localhost - working-directory: ./ethereum/fly + working-directory: ./ethereum/ekoke - name: tests run: yarn hardhat test - working-directory: ./ethereum/fly + working-directory: ./ethereum/ekoke