Skip to content

Commit

Permalink
Patch CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jun 9, 2023
1 parent fbe7790 commit 4ec1c74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
tag: ${{ needs.setup.outputs.release_tag }}
file: ${{ needs.setup.outputs.artifact_name }}

- name: Sync with ${{ needs.setup.outputs.target_chain }} past block ${{ needs.setup.outputs.last_block_number }}
- name: Sync with ${{ needs.setup.outputs.target_chain }} past block number ${{ needs.setup.outputs.last_block_number }}
run: |
# see https://opensource.com/article/18/5/how-find-ip-address-linux
IP_ADDRESS=$(curl https://ifconfig.me)
Expand All @@ -204,8 +204,12 @@ jobs:
./creditcoin-node --version
./creditcoin-node \
--name "test-node-$GITHUB_RUN_ID-attempt-$GITHUB_RUN_ATTEMPT" \
--chain ${{ needs.setup.outputs.target_chain }} --validator \
--chain ${{ needs.setup.outputs.target_chain }} \
--validator --mining-key 5DkPYq8hFiCeGxFBkz6DAwnTrvKevAJfTYrzFtr9hpDsEAU1 \
--bootnodes "${{ needs.setup.outputs.boot_node }}" \
--prometheus-external \
--telemetry-url "wss://telemetry.polkadot.io/submit/ 0" \
--telemetry-url "wss://telemetry.creditcoin.network/submit/ 0" \
--public-addr "/dns4/$IP_ADDRESS/tcp/50555" \
--port 50555
Expand Down Expand Up @@ -482,6 +486,7 @@ jobs:
- deploy-github-runner
- test-migrations-via-try-runtime
- execute-integration-tests
- live-sync-creditcoin
if: ${{ always() && needs.deploy-github-runner.result != 'skipped' }}

steps:
Expand Down

0 comments on commit 4ec1c74

Please sign in to comment.