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
before · .docker/docker-compose.xcm.j2
1version: "3.5"23services:4  xcm_nodes:5    image: uniquenetwork/ci-xcm-local:{{ NETWORK }}-{{ BUILD_TAG }}6    container_name: xcm-{{ NETWORK }}-local7    expose:8      - 98449      - 993310      - 994411      - 994612      - 994713      - 994814    ports:15      - 127.0.0.1:9844:984416      - 127.0.0.1:9933:9933      17      - 127.0.0.1:9944:994418      - 127.0.0.1:9946:994619      - 127.0.0.1:9947:994720      - 127.0.0.1:9948:99482122
after · .docker/docker-compose.xcm.j2
1version: "3.5"23services:4  xcm_nodes:5    image: uniquenetwork/ci-xcm-local:{{ NETWORK }}-{{ BUILD_TAG }}6    container_name: xcm-{{ NETWORK }}-local7    expose:8      - 98449      - 993310      - 994411      - 994612      - 994713      - 994814      - 994915    ports:16      - 127.0.0.1:9844:984417      - 127.0.0.1:9933:9933      18      - 127.0.0.1:9944:994419      - 127.0.0.1:9946:994620      - 127.0.0.1:9947:994721      - 127.0.0.1:9948:994822      - 127.0.0.1:9949:99492324
modified.github/workflows/xcm.ymldiffbeforeafterboth
--- a/.github/workflows/xcm.yml
+++ b/.github/workflows/xcm.yml
@@ -452,7 +452,7 @@
 
       - name: Show container logs
         if: always()                   # run this step always
-        run: docker-compose -f ".docker/docker-compose.xcm-tests.${{ matrix.network }}.yml" logs
+        run: docker-compose -f ".docker/docker-compose.xcm.${{ matrix.network }}.yml" logs
 
       - name: Stop running containers
         if: always()                   # run this step always