Skip to content

Commit

Permalink
test with assets
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 25, 2024
1 parent c830988 commit 82cedba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_with_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
mkdir funding && cd funding
echo ${{ secrets.FUNDING_ACCOUNT_01 }} | sed 's/^/ETH_PRIVATE_KEYS=/' > .env
erc20_processor balance
erc20_processor transfer --recipient $ETH_ACCOUNT_0 --token glm --amount 100
erc20_processor transfer --recipient $ETH_ACCOUNT_0 --token eth --amount 0.001
erc20_processor run

- name: Download and install binaries
run: |
Expand Down

0 comments on commit 82cedba

Please sign in to comment.