Update testdata submodule.

This commit is contained in:
go-jet 2019-08-16 12:52:02 +02:00
parent 3d6d3cd9bf
commit 5131452c1b
4 changed files with 7 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
command: |
git submodule init
git submodule update
cd ./tests/init/data && git fetch && git checkout master
cd ./tests/testdata && git fetch && git checkout master
- run:
@ -132,7 +132,7 @@ jobs:
command: |
git submodule init
git submodule update
cd ./tests/init/data && git fetch && git checkout master
cd ./tests/testdata && git fetch && git checkout master
- run:
name: Install dependencies