Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 26, 2024
1 parent d9b45c1 commit 328205d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 328205d

Please sign in to comment.