Skip to content

Commit

Permalink
use linux bridge mode localhost IP
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 5, 2024
1 parent feccba4 commit ff796c5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test-sdk-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,26 @@ on:
jobs:

test-packaged-server-sdks:


strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk:
- { sdkName: "eppo/php-sdk", sdkDir: "php-sdk-relay" }
- { sdkName: "eppo/php-sdk",
sdkDir: "php-sdk-relay",
hostAddressFromDocker: "172.18.0.1"
}

runs-on: ubuntu-latest
steps:
- name: Test information header
- name: Test information header
env:
SDK_NAME: ${{matrix.sdk.sdkName}}
EPPO_API_HOST: ${{matrix.sdk.hostAddressFromDocker}}
SDK_RELAY_HOST: ${{matrix.sdk.hostAddressFromDocker}}
TEST_RUNNER_HOST: ${{matrix.sdk.hostAddressFromDocker}}
shell: bash
run: echo "Running Test Cluster for ${{ matrix.sdk.sdkName }}"

Expand Down

0 comments on commit ff796c5

Please sign in to comment.