Skip to content

Commit

Permalink
use matic-cli docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 18, 2025
1 parent 85d8b9c commit edd286e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,15 @@ jobs:
- name: Launch devnet
run: |
cd matic-cli/devnet
bash ../docker_devnet.sh
cd -
bash ../util-scripts/docker/devnet_setup.sh
cd -
timeout 2m bash bor/integration-tests/bor_health.sh
- name: Run smoke tests
run: |
echo "Funding ganache accounts..."
timeout 10m bash bor/integration-tests/fund_ganache_accounts.sh
echo "Deposit 100 matic for each account to bor network"
cd matic-cli/devnet/code/contracts
npm run truffle exec scripts/deposit.js -- --network development $(jq -r .root.tokens.MaticToken contractAddresses.json) 100000000000000000000
cd -
timeout 60m bash bor/integration-tests/smoke_test.sh
cd matic-cli/devnet
timeout 10m bash ../util-scripts/docker/fund_ganache_accounts.sh
timeout 60m bash ../util-scripts/docker/smoke_test.sh
- name: Upload logs
if: always()
Expand Down
19 changes: 0 additions & 19 deletions integration-tests/fund_ganache_accounts.sh

This file was deleted.

44 changes: 0 additions & 44 deletions integration-tests/smoke_test.sh

This file was deleted.

0 comments on commit edd286e

Please sign in to comment.