Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ gitDataDir := ${tempDir}/sdk-test-data
branchName := main
githubRepoLink := https://github.com/Eppo-exp/sdk-test-data.git
.PHONY: test-data
test-data:
test-data:
rm -rf $(testDataDir)
mkdir -p $(tempDir)
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
cp ${gitDataDir}/ufc/flags-v1.json ${testDataDir}
cp ${gitDataDir}/ufc/flags-v1-obfuscated.json ${testDataDir}
cp -r ${gitDataDir}/ufc/tests ${testDataDir}
cp ${gitDataDir}/configuration-wire/precomputed-v1.json ${testDataDir}
cp ${gitDataDir}/configuration-wire/precomputed-v1-deobfuscated.json ${testDataDir}
rm -rf ${tempDir}

## test
Expand Down
Loading
Loading