Fix UI Tests (#7722)

* Fix UI tests

* make updates.

* Revert "make updates."

This reverts commit 3f41979c12e86acb75fd086675ac09659dde533e.

* Try to fix companion build

* Use some depth

* tests: fix UI tests on the latest nightly

* tests: fix polkadot companion test, depth

* chore: update deps

* chore: update deps

* chore: sp-io

Co-authored-by: kianenigma <kian.peymani@gmail.com>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Denis P <denis.pisarev@parity.io>
This commit is contained in:
Shawn Tabrizi
2020-12-19 07:16:34 -08:00
committed by GitHub
parent 46c4ca32b5
commit 62bdfaa87a
9 changed files with 33 additions and 33 deletions
@@ -45,7 +45,7 @@ cargo install -f --version 0.2.0 diener
# Merge master into our branch before building Polkadot to make sure we don't miss
# any commits that are required by Polkadot.
git fetch --depth 20 origin
git fetch --depth 100 origin
git merge origin/master
# Clone the current Polkadot master branch into ./polkadot.