git.delta.rocks / unique-network / refs/commits / 988401ebdbd1

difftreelog

zombienet tests

Konstantin Astakhov2023-05-03parent: #666793c.patch.diff
in: master

2 files changed

added.docker/forkless-config/zombienet-forkless-data.j2diffbeforeafterboth

no changes

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
90 - name: Show build configuration90 - name: Show build configuration
91 run: cat .docker/Dockerfile-parachain-upgrade-data.${{ matrix.network }}.yml91 run: cat .docker/Dockerfile-parachain-upgrade-data.${{ matrix.network }}.yml
92
93 - name: Generate zombienet-forkless-data.toml
94 uses: cuchi/jinja2-action@v1.2.0
95 with:
96 template: .docker/forkless-config/zombienet-forkless-data.j2
97 output_file: .docker/forkless-config/zombienet-forkless-data.toml
98 variables: |
99 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }}
100 REPLICA_FROM=${{ matrix.replica_from_address }}
101
102 - name: Show zombienet-forkless-data configuration
103 run: cat .docker/forkless-config/zombienet-forkless-data.toml
92104
93 - name: Run find-and-replace to remove slashes from branch name105 - name: Run find-and-replace to remove slashes from branch name
94 uses: mad9000/actions-find-and-replace-string@4106 uses: mad9000/actions-find-and-replace-string@4