Fix CI for runtimes and rococo (#774)

* Specify the ref to checkout

* Fix default ref2

* Fix naming
This commit is contained in:
Chevdor
2021-11-22 14:48:59 +01:00
committed by GitHub
parent d9fed3d3f8
commit 3c8df319c5
+8 -3
View File
@@ -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