Skip to content

Commit 4ad091f

Browse files
committed
test: link open-feature/spec as git submodule (#208)
Signed-off-by: Marcin Stepien <marcin.stepien@fluxon.com>
1 parent da9d2c8 commit 4ad091f

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v5
17+
with:
18+
submodules: true
1719

1820
# For browser tests
1921
- uses: browser-actions/setup-chrome@v2
@@ -29,6 +31,8 @@ jobs:
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v5
34+
with:
35+
submodules: true
3236

3337
- name: Setup Gradle
3438
uses: gradle/actions/setup-gradle@v5

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "spec"]
2+
path = spec
3+
url = https://github.com/open-feature/spec.git

spec

Submodule spec added at eefdf43

0 commit comments

Comments
 (0)