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 99dc353 commit 91d8c1a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/deposit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,9 @@ jobs:
- name: Free deposit
run: |
set -x
erc20_processor cancel-deposit --deposit-id $DEPOSIT_ID0 --account-no 1
erc20_processor cancel-deposit --deposit-id $DEPOSIT_ID1 --account-no 1 || echo "Error expected (OK)"
erc20_processor cancel-deposit --deposit-id $DEPOSIT_ID1 --account-no 2 || echo "Error expected (OK)"
erc20_processor run
- name: Withdraw all tokens
run: |
set -x
erc20_processor withdraw --account-no 1 --all
erc20_processor withdraw --account-no 2 --all
erc20_processor close-deposit --deposit-id $DEPOSIT_ID0 --account-no 1
erc20_processor close-deposit --deposit-id $DEPOSIT_ID1 --account-no 1 || echo "Error expected (OK)"
erc20_processor close-deposit --deposit-id $DEPOSIT_ID1 --account-no 2 || echo "Error expected (OK)"
erc20_processor run
- name: Transfer all left ETH tokens
Expand Down

0 comments on commit 91d8c1a

Please sign in to comment.