git.delta.rocks / unique-network / refs/commits / 716a9196be60

difftreelog

fix xcm tests

Konstantin Astakhov2023-04-11parent: #ea504ce.patch.diff
in: master

2 files changed

modified.docker/docker-compose.xcm.j2diffbeforeafterboth
11 - 994611 - 9946
12 - 994712 - 9947
13 - 994813 - 9948
14 - 9949
14 ports:15 ports:
15 - 127.0.0.1:9844:984416 - 127.0.0.1:9844:9844
16 - 127.0.0.1:9933:9933 17 - 127.0.0.1:9933:9933
17 - 127.0.0.1:9944:994418 - 127.0.0.1:9944:9944
18 - 127.0.0.1:9946:994619 - 127.0.0.1:9946:9946
19 - 127.0.0.1:9947:994720 - 127.0.0.1:9947:9947
20 - 127.0.0.1:9948:994821 - 127.0.0.1:9948:9948
22 - 127.0.0.1:9949:9949
2123
2224
2325
modified.github/workflows/xcm.ymldiffbeforeafterboth
452452
453 - name: Show container logs453 - name: Show container logs
454 if: always() # run this step always454 if: always() # run this step always
455 run: docker-compose -f ".docker/docker-compose.xcm-tests.${{ matrix.network }}.yml" logs455 run: docker-compose -f ".docker/docker-compose.xcm.${{ matrix.network }}.yml" logs
456456
457 - name: Stop running containers457 - name: Stop running containers
458 if: always() # run this step always458 if: always() # run this step always