Skip to content

Commit

Permalink
chore: use existing submodule version for e2e tests (#444)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
beeme1mr authored Feb 12, 2025
1 parent 2951eb2 commit 5ae8571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cov = [
"cov-report",
]
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/",
"behave tests/features/",
"rm tests/features/*.feature",
Expand Down
1 change: 1 addition & 0 deletions spec
Submodule spec added at be56f2

0 comments on commit 5ae8571

Please sign in to comment.