difftreelog
test polkadot-types workflow
in: master
1 file changed
.github/workflows/polkadot-types.ymldiffbeforeafterboth29 strategy:29 strategy:30 matrix:30 matrix:31 include:31 include:32 - network: sapphire32 # - network: sapphire33 usage: "--sapphire"33 # usage: "--sapphire"34 - network: "opal"34 # - network: "opal"35 usage: ""35 # usage: ""36 - network: "quartz"36 # - network: "quartz"37 usage: ""37 # usage: ""38 - network: "unique"38 - network: "unique"39 usage: ""39 usage: ""404081 env:81 env:82 RPC_URL: http://127.0.0.1:9933/82 RPC_URL: http://127.0.0.1:9933/838384 - name: Stop running containers84 # - name: Stop running containers85 if: always() # run this step always85 # if: always() # run this step always86 run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down86 # run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down878788 - name: Remove builder cache88 # - name: Remove builder cache89 if: always() # run this step always89 # if: always() # run this step always90 run: |90 # run: |91 docker builder prune -f -a91 # docker builder prune -f -a92 docker system prune -f92 # docker system prune -f93 docker image prune -f -a93 # docker image prune -f -a9494