chore: use existing submodule version for e2e tests (#444)
* chore: use existing submodule version for e2e tests Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> * reset submoduels Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com> --------- Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
parent
2951eb2982
commit
5ae8571ccd
|
|
@ -48,7 +48,7 @@ cov = [
|
||||||
"cov-report",
|
"cov-report",
|
||||||
]
|
]
|
||||||
e2e = [
|
e2e = [
|
||||||
"git submodule add --force https://github.com/open-feature/spec.git spec",
|
"git submodule update --init --recursive",
|
||||||
"cp spec/specification/assets/gherkin/* tests/features/",
|
"cp spec/specification/assets/gherkin/* tests/features/",
|
||||||
"behave tests/features/",
|
"behave tests/features/",
|
||||||
"rm tests/features/*.feature",
|
"rm tests/features/*.feature",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit be56f22af99191eb36039db7b2fa18f46434a383
|
||||||
Loading…
Reference in New Issue