Skip to content

Commit

Permalink
chore: rooling back CI changes, use latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
ac10n committed Oct 27, 2023
1 parent 39baeba commit b1474a5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- protocol: Nairobi
testnet: nairobinet
testnet_uppercase: NAIROBINET
flextesa_docker_image: oxheadalpha/flextesa:20230607
flextesa_box: nairobibox
flextesa_docker_image: oxheadalpha/flextesa:latest
env:
TEZOS_RPC_${{ matrix.testnet_uppercase }}: http://localhost:20000
POLLING_INTERVAL_MILLISECONDS: 100
Expand Down Expand Up @@ -103,7 +102,19 @@ jobs:
--detach \
-p 20000:20000 \
${{ matrix.flextesa_docker_image }} \
${{ matrix.flextesa_box }} start
${{ matrix.flextesa_box }} mini-net \
--root /tmp/mini-box --size 1 \
--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 }}
- run: npm ci
- run: npm run build
- run: npm -w integration-tests run test:originate-known-contracts
Expand Down

0 comments on commit b1474a5

Please sign in to comment.