From 524771d2f11cb73c74cd54bbdef28e98a10dc85f Mon Sep 17 00:00:00 2001 From: Unique Date: Thu, 22 Dec 2022 06:03:33 +0000 Subject: [PATCH] test polkadot-types workflow --- --- a/.github/workflows/polkadot-types.yml +++ b/.github/workflows/polkadot-types.yml @@ -77,17 +77,18 @@ working-directory: tests run: | yarn install + /bin/bash ./scripts/wait_for_first_block.sh /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }} env: RPC_URL: http://127.0.0.1:9933/ - # - name: Stop running containers - # if: always() # run this step always - # run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down + - name: Stop running containers + if: always() # run this step always + run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down - # - name: Remove builder cache - # if: always() # run this step always - # run: | - # docker builder prune -f -a - # docker system prune -f - # docker image prune -f -a + - name: Remove builder cache + if: always() # run this step always + run: | + docker builder prune -f -a + docker system prune -f + docker image prune -f -a -- gitstuff