Update testdata submodule.
This commit is contained in:
parent
3d6d3cd9bf
commit
5131452c1b
4 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -18,4 +18,4 @@
|
|||
# Test files
|
||||
gen
|
||||
.gentestdata
|
||||
.tests/init/data/
|
||||
.tests/testdata/
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "tests/testdata"]
|
||||
path = tests/testdata
|
||||
url = https://github.com/go-jet/jet-test-data
|
||||
1
tests/testdata
Submodule
1
tests/testdata
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7f3f3cc26ce34324f3699d6b422376671b827490
|
||||
Loading…
Add table
Add a link
Reference in a new issue