Fix rococo naming for master (#776)

* package naming conflict fixed (#753)

* Fix rococo naming

Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
This commit is contained in:
Chevdor
2021-11-22 13:58:15 +01:00
committed by GitHub
parent d85a3a937f
commit 5d91815914
7 changed files with 7 additions and 7 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: