mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 08:27:59 +00:00
Fix CI for runtimes and rococo (#774)
* Specify the ref to checkout * Fix default ref2 * Fix naming
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
required: true
|
||||
ref2:
|
||||
description: The 'to' tag to use for the diff
|
||||
default: HEAD
|
||||
default: release-statemine-v6
|
||||
required: true
|
||||
pre_release:
|
||||
description: For pre-releases
|
||||
@@ -34,10 +34,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo"]
|
||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.inputs.ref2 }}
|
||||
|
||||
- name: Cache target dir
|
||||
uses: actions/cache@v2
|
||||
@@ -86,6 +88,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
path: cumulus
|
||||
ref: ${{ github.event.inputs.ref2 }}
|
||||
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
@@ -154,10 +157,12 @@ jobs:
|
||||
RUNTIME_DIR: polkadot-parachains
|
||||
strategy:
|
||||
matrix:
|
||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo"]
|
||||
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.inputs.ref2 }}
|
||||
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user