git.delta.rocks / unique-network / refs/commits / 524771d2f11c

difftreelog

test polkadot-types workflow

Unique2022-12-22parent: #46a62d5.patch.diff
in: master

1 file changed

modified.github/workflows/polkadot-types.ymldiffbeforeafterboth
7575
76 - name: Run generate_types_package script76 - name: Run generate_types_package script
77 working-directory: tests77 working-directory: tests
78 run: |78 run: |
79 yarn install79 yarn install
80 /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }}80 /bin/bash ./scripts/wait_for_first_block.sh
81 /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }}
81 env:82 env:
82 RPC_URL: http://127.0.0.1:9933/83 RPC_URL: http://127.0.0.1:9933/
8384
84 # - name: Stop running containers85 - name: Stop running containers
85 # if: always() # run this step always86 if: always() # run this step always
86 # run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down87 run: docker-compose -f ".docker/docker-compose.${{ matrix.network }}.yml" down
8788
88 # - name: Remove builder cache89 - name: Remove builder cache
89 # if: always() # run this step always90 if: always() # run this step always
90 # run: |91 run: |
91 # docker builder prune -f -a92 docker builder prune -f -a
92 # docker system prune -f93 docker system prune -f
93 # docker image prune -f -a94 docker image prune -f -a
9495