Skip to content
Snippets Groups Projects
Commit f71f75dd authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Fix CI for runtimes and rococo (#774)

* Specify the ref to checkout

* Fix default ref2

* Fix naming
parent 21470951
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment