git.delta.rocks / unique-network / refs/commits / 46a62d56b4f7

difftreelog

test polkadot-types workflow

Unique2022-12-21parent: #d4c4bba.patch.diff
in: master

1 file changed

modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
29 strategy:29 strategy:
30 matrix:30 matrix:
31 include:31 include:
32 - network: sapphire32 # - network: sapphire
33 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: ""
4040
81 env:81 env:
82 RPC_URL: http://127.0.0.1:9933/82 RPC_URL: http://127.0.0.1:9933/
8383
84 - name: Stop running containers84 # - name: Stop running containers
85 if: always() # run this step always85 # if: always() # run this step always
86 run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down86 # run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down
8787
88 - name: Remove builder cache88 # - name: Remove builder cache
89 if: always() # run this step always89 # if: always() # run this step always
90 run: |90 # run: |
91 docker builder prune -f -a91 # docker builder prune -f -a
92 docker system prune -f92 # docker system prune -f
93 docker image prune -f -a93 # docker image prune -f -a
9494