Skip to content

Commit

Permalink
chore: simplify main.yaml flextesa command
Browse files Browse the repository at this point in the history
  • Loading branch information
ac10n committed Oct 27, 2023
1 parent 2031fb0 commit 39baeba
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
testnet: nairobinet
testnet_uppercase: NAIROBINET
flextesa_docker_image: oxheadalpha/flextesa:20230607
flextesa_box: nairobibox
env:
TEZOS_RPC_${{ matrix.testnet_uppercase }}: http://localhost:20000
POLLING_INTERVAL_MILLISECONDS: 100
Expand Down Expand Up @@ -102,19 +103,7 @@ jobs:
--detach \
-p 20000:20000 \
${{ matrix.flextesa_docker_image }} \
flextesa mini-net \
--root /tmp/mini-box --size 4 \
--set-history-mode N000:archive \
--number-of-b 4 \
--balance-of-bootstrap-accounts tez:100_000_000 \
--time-b 1 \
--add-bootstrap-account="${alice}@2_000_000_000_000" \
--add-bootstrap-account="${bob}@2_000_000_000_000" \
--add-bootstrap-account="${charlie}@2_000_000_000_000" \
--add-bootstrap-account="${donald}@2_000_000_000_000" \
--no-daemons-for=donald \
--until-level 200_000_000 \
--protocol-kind ${{ matrix.protocol }}
${{ matrix.flextesa_box }} start
- run: npm ci
- run: npm run build
- run: npm -w integration-tests run test:originate-known-contracts
Expand Down

0 comments on commit 39baeba

Please sign in to comment.