Skip to content

Commit

Permalink
Merge branch 'tp/sdktest/paths' into tp/sdktest/action
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 22, 2024
2 parents 41083b2 + 012e102 commit 39c7402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-testing/dotnet-sdk-relay/build-and-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# default version of the SDK to use.
: "${SDK_VERSION:=3.5.0}"
: "${SDK_VERSION:=3.5.1}"

SDK="https://github.com/Eppo-exp/dot-net-server-sdk.git"

Expand Down
2 changes: 2 additions & 0 deletions package-testing/sdk-test-runner/test-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ case "$command" in
# Docker containers need to point at host.docker.internal instead of localhost
EPPO_BASE_URL=http://host.docker.internal:${EPPO_API_PORT}/api EPPO_API_HOST=host.docker.internal ./docker-run.sh > ${RUNNER_DIR}/logs/sdk.log 2>&1 &

EPPO_BASE_URL=http://host.docker.internal:${EPPO_API_PORT}/api EPPO_API_HOST=host.docker.internal ./docker-run.sh > ${RUNNER_DIR}/logs/sdk.log 2>&1 &

elif [ -f ${BUILD_AND_RUN_PLATFORM} ]; then
echo " ... Starting SDK Relay via platform build-and-run script"
./${BUILD_AND_RUN_PLATFORM} > ${RUNNER_DIR}/logs/sdk.log 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion package-testing/testing-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eppo-testing-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "UFC server for SDK integration testing",
"main": "src/server.ts",
"repository": "github.com/Eppo-exp/sdk-test-data",
Expand Down

0 comments on commit 39c7402

Please sign in to comment.