Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 14, 2024
1 parent a47a8f8 commit 6339273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deposit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ jobs:
echo "Eth address 3: $ETH_ADDRESS_3"
echo "Eth address 4: $ETH_ADDRESS_4"
- name: Get ETH from faucet for account 0
- name: Get ETH from faucet for account 1 and 2
run: |
erc20_processor get-dev-eth --account-no 0
- name: Get ETH from faucet for account 0
run: |
erc20_processor get-dev-eth --account-no 0
erc20_processor get-dev-eth --account-no 1
erc20_processor get-dev-eth --account-no 2
- name: Check ETH balance after getting funds from faucet (should be 0.01)
run: |
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/deposit2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,10 @@ jobs:
echo "Eth address 3: $ETH_ADDRESS_3"
echo "Eth address 4: $ETH_ADDRESS_4"
- name: Get ETH from faucet for account 0
- name: Get ETH from faucet for account 1 and 2
run: |
erc20_processor get-dev-eth --account-no 0
- name: Get ETH from faucet for account 0
run: |
erc20_processor get-dev-eth --account-no 0
erc20_processor get-dev-eth --account-no 1
erc20_processor get-dev-eth --account-no 2
- name: Check ETH balance after getting funds from faucet (should be 0.01)
run: |
Expand Down

0 comments on commit 6339273

Please sign in to comment.