Skip to content

Commit 5ae8571

Browse files
authored
chore: use existing submodule version for e2e tests (#444)
* chore: use existing submodule version for e2e tests Signed-off-by: Michael Beemer <[email protected]> * reset submoduels Signed-off-by: Michael Beemer <[email protected]> --------- Signed-off-by: Michael Beemer <[email protected]>
1 parent 2951eb2 commit 5ae8571

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cov = [
4848
"cov-report",
4949
]
5050
e2e = [
51-
"git submodule add --force https://github.com/open-feature/spec.git spec",
51+
"git submodule update --init --recursive",
5252
"cp spec/specification/assets/gherkin/* tests/features/",
5353
"behave tests/features/",
5454
"rm tests/features/*.feature",

spec

Submodule spec added at be56f22

0 commit comments

Comments
 (0)