Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Feb 9, 2024
1 parent d438452 commit c2c1bfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2c1bfb

Please sign in to comment.