git.delta.rocks / unique-network / refs/commits / 168a49b074a4

difftreelog

fix market test. polkadot_launch_branch

Konstantin Astakhov2022-10-27parent: #320ff21.patch.diff
in: master

1 file changed

modified.github/workflows/market-test.ymldiffbeforeafterboth
56 with:56 with:
57 template: qa-tests/.docker/docker-compose.tmp-market.j257 template: qa-tests/.docker/docker-compose.tmp-market.j2
58 output_file: qa-tests/.docker/docker-compose.${{ matrix.network }}.yml58 output_file: qa-tests/.docker/docker-compose.${{ matrix.network }}.yml
59 variables: |59 variables: |
60 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git60 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git
61 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}61 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}
62 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}62 POLKADOT_BUILD_BRANCH=${{ env.POLKADOT_BUILD_BRANCH }}
63 FEATURE=${{ matrix.features }}63 POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }}
64 FEATURE=${{ matrix.features }}
64 BRANCH=${{ github.head_ref }}65 BRANCH=${{ github.head_ref }}
6566
6667
67 - name: Show build configuration68 - name: Show build configuration