Skip to content

Commit

Permalink
download runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Nov 22, 2023
1 parent 01a0752 commit adb4763
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,25 @@ jobs:
github_token: ${{ secrets.CF_BACKEND_GITHUB_TOKEN }}
path: latest-release-bins

# we also need to download the latest release runtime
- name: Download latest main binaries
uses: dawidd6/action-download-artifact@v2
with:
workflow: ci-main.yml
name: chainflip-backend-bin-ubuntu-22.04
path: main-bins

- name: Download latest main runtime
uses: dawidd6/action-download-artifact@v2
with:
workflow: ci-main.yml
name: chainflip-node-runtime-release
path: main-runtime

- name: Install node dependencies
working-directory: bouncer
run: pnpm install

# TODO: This is currently using main to start the localnet
- name: Start a localnet from current release
env:
BINARY_ROOT_PATH: ./latest-release-bins
Expand Down

0 comments on commit adb4763

Please sign in to comment.