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
--- a/.docker/docker-compose.xcm.j2
+++ b/.docker/docker-compose.xcm.j2
@@ -11,6 +11,7 @@
       - 9946
       - 9947
       - 9948
+      - 9949
     ports:
       - 127.0.0.1:9844:9844
       - 127.0.0.1:9933:9933      
@@ -18,5 +19,6 @@
       - 127.0.0.1:9946:9946
       - 127.0.0.1:9947:9947
       - 127.0.0.1:9948:9948
+      - 127.0.0.1:9949:9949
 
 
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