Fix rococo-parachain naming (#777)

This commit is contained in:
Chevdor
2021-11-22 13:58:59 +01:00
committed by GitHub
parent 64ef9efe58
commit aea466c092
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
chain: ["statemine", "westmint", "statemint", "rococo", "shell"]
chain: ["statemine", "westmint", "statemint", "rococo-parachain", "shell"]
steps:
- uses: actions/checkout@v2
with: