git.delta.rocks / unique-network / refs/commits / d50b1a1c09d5

difftreelog

test polkadot-types workflow

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

2 files 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/wait_for_first_block.sh80 /bin/bash ./scripts/wait_for_first_block.sh
81 git config user.name "Unique"81 git config --global user.name "Unique"
82 git config user.email github-actions@usetech.com 82 git config --global user.email github-actions@usetech.com
83 /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }}83 /bin/bash ./scripts/generate_types_package.sh --release ${{ matrix.usage }}
84 env:84 env:
85 RPC_URL: http://127.0.0.1:9933/85 RPC_URL: http://127.0.0.1:9933/
8686
modifiedtests/scripts/generate_types_package.shdiffbeforeafterboth
6TEMPLATE=$DIR/types_template6TEMPLATE=$DIR/types_template
7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git7GIT_REPO=git@github.com:UniqueNetwork/unique-types-js.git
88
9git config user.name "Unique"9# git config user.name "Unique"
10git config user.email "github-actions@usetech.com"10# git config user.email "github-actions@usetech.com"
1111
12. $DIR/functions.sh12. $DIR/functions.sh
1313