difftreelog
fix wait for exit code from try-runtime service
in: master
2 files changed
.docker/docker-compose.opal.ymldiffbeforeafterbothno changes
.github/workflows/try-runtime.ymldiffbeforeafterboth91 run: cat .docker/docker-compose.try-runtime.${{ matrix.network }}.yml91 run: cat .docker/docker-compose.try-runtime.${{ matrix.network }}.yml929293 - name: Build the stack93 - name: Build the stack94 run: docker-compose -f ".docker/docker-compose-try-runtime.yml" -f ".docker/docker-compose.try-runtime.${{ matrix.network }}.yml" up -d --build --force-recreate --timeout 300 --remove-orphans94 run: docker-compose -f ".docker/docker-compose-try-runtime.yml" -f ".docker/docker-compose.try-runtime.${{ matrix.network }}.yml" up --build --force-recreate --timeout 300 --remove-orphans --exit-code-from try-runtime9595 96 - name: Collect Docker Logs96 - name: Collect Docker Logs97 if: success() || failure()97 if: success() || failure()98 uses: jwalton/gh-docker-logs@v2.2.098 uses: jwalton/gh-docker-logs@v2.2.099 with:99 with:100 dest: './try-runtime-logs.${{ matrix.features }}'100 dest: './try-runtime-logs.${{ matrix.network }}'101 images: 'try-runtime' 101 images: 'try-runtime' 102102103 - name: Show docker logs103 - name: Show docker logs104 run: cat './try-runtime-logs.${{ matrix.features }}/try-runtime.log'104 run: cat './try-runtime-logs.${{ matrix.network }}/try-runtime.log'105105106 - name: Stop running containers106 - name: Stop running containers107 if: always() # run this step always107 if: always() # run this step always