Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 11, 2024
1 parent 5998334 commit 2a6c1d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deposit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ jobs:
- name: Free deposit
run: |
set -x
erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID0 --account-no 1
erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID1 --account-no 1 || echo "Error expected (OK)"
erc20_processor terminate-deposit --deposit-id $DEPOSIT_ID1 --account-no 2 || echo "Error expected (OK)"
erc20_processor close-deposit --deposit-id $DEPOSIT_ID0 --account-no 2
erc20_processor close-deposit --deposit-id $DEPOSIT_ID1 --account-no 2
erc20_processor run
- name: Transfer all left ETH tokens
Expand Down

0 comments on commit 2a6c1d5

Please sign in to comment.