Skip to content

Commit

Permalink
chore: update testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestgarth committed Mar 28, 2024
1 parent 4d3f28a commit 4dc10a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-ganache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
working-directory: ./ganache/scripts/testing
run: |
docker run --rm -p 8545:8545 --detach --entrypoint="ganache-cli" vegaprotocol/ganache:local \
--blockTime 1 \
--chainId 1440 \
--networkId 1441 \
--db /app/ganache-db \
--miner.blockTime 1 \
--chain.chainId 1440 \
--chain.networkId 1441 \
--database.dbPath /app/ganache-db \
-h 0.0.0.0 \
-p 8545 \
-m "ozone access unlock valid olympic save include omit supply green clown session";
--wallet.mnemonic "ozone access unlock valid olympic save include omit supply green clown session";
sleep 30;
node test_tokens.js

0 comments on commit 4dc10a0

Please sign in to comment.