difftreelog
fix xcm tests
in: master
2 files changed
.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
.github/workflows/xcm.ymldiffbeforeafterboth452452453 - name: Show container logs453 - name: Show container logs454 if: always() # run this step always454 if: always() # run this step always455 run: docker-compose -f ".docker/docker-compose.xcm-tests.${{ matrix.network }}.yml" logs455 run: docker-compose -f ".docker/docker-compose.xcm.${{ matrix.network }}.yml" logs456456457 - name: Stop running containers457 - name: Stop running containers458 if: always() # run this step always458 if: always() # run this step always