Skip to content

merge main

merge main #160

Workflow file for this run

name: Test SDKs Locally
on:
pull_request:
paths:
- 'ufc/**'
workflow_dispatch:
jobs:
test-java-sdk:
<<<<<<< HEAD

Check failure on line 14 in .github/workflows/test-sdks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-sdks.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
uses: Eppo-exp/java-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
=======
uses: Eppo-exp/java-server-sdk/.github/workflows/lint-test-sdk.yml@main
>>>>>>> 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@tp/workflows/remote
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:
<<<<<<< HEAD
uses: Eppo-exp/js-client-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
=======
uses: Eppo-exp/js-client-sdk/.github/workflows/lint-test-sdk.yml@main
>>>>>>> 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@tp/workflows/remote
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main
test-python-sdk:
runs-on: ubuntu-latest
steps:
- name: "Run test action"
<<<<<<< HEAD
uses: 'Eppo-exp/python-sdk/.github/actions/action-test@tp/workflows/remote'
=======
uses: 'Eppo-exp/python-sdk/.github/actions/action-test@main'
>>>>>>> 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@tp/workflows/remote
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@tp/workflows/remote
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