Skip to content

added test cases for flags with empty string value #209

added test cases for flags with empty string value

added test cases for flags with empty string value #209

Workflow file for this run

name: Test SDKs Locally
on:
pull_request:
paths:
- 'ufc/**'
workflow_dispatch:
jobs:
test-java-sdk:
uses: Eppo-exp/java-server-sdk/.github/workflows/lint-test-sdk.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-java-common-sdk:
uses: Eppo-exp/sdk-common-jdk/.github/workflows/lint-test-sdk.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-android-sdk:
uses: Eppo-exp/android-sdk/.github/workflows/test.yaml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-node-server-sdk:
uses: Eppo-exp/node-server-sdk/.github/workflows/lint-test-sdk.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-node-client-sdk:
uses: Eppo-exp/js-client-sdk/.github/workflows/lint-test-sdk.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-react-native-sdk:
uses: Eppo-exp/react-native-sdk/.github/workflows/ci.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-multiplatform-sdk:
uses: 'Eppo-exp/eppo-multiplatform/.github/workflows/ci.yml@main'
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-php-sdk:
uses: Eppo-exp/php-sdk/.github/workflows/run-tests.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-ios-sdk:
uses: Eppo-exp/eppo-ios-sdk/.github/workflows/unit-tests.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-golang-sdk:
uses: Eppo-exp/golang-sdk/.github/workflows/test.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-dotnet-sdk:
uses: Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main