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 a31337b commit 5998334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deposit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:
- name: Free deposit
run: |
set -x
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 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 run
- name: Transfer all left ETH tokens
Expand Down

0 comments on commit 5998334

Please sign in to comment.