diff --git a/.github/workflows/deposit.yml b/.github/workflows/deposit.yml index 3e504038..28327974 100644 --- a/.github/workflows/deposit.yml +++ b/.github/workflows/deposit.yml @@ -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