diff --git a/.github/workflows/test-sdks-remote.yml b/.github/workflows/test-sdks-remote.yml index 28ac72a5..00facb63 100644 --- a/.github/workflows/test-sdks-remote.yml +++ b/.github/workflows/test-sdks-remote.yml @@ -25,9 +25,9 @@ jobs: # - { repo: "js-client-sdk", workflow: "lint-test-sdk.yml", ref: "main" } # - { repo: "node-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" } # - { repo: "php-sdk", workflow: "run-tests.yml", ref: "main" } - - { repo: "eppo-multiplatform", workflow: "python.yml", ref: "tp/testDataBranch" } + # - { repo: "eppo-multiplatform", workflow: "python.yml", ref: "tp/testDataBranch" } - { repo: "eppo-multiplatform", workflow: "ci.yml", ref: "tp/testDataBranch" } - - { repo: "eppo-multiplatform", workflow: "ruby.yml", ref: "tp/testDataBranch" } + # - { repo: "eppo-multiplatform", workflow: "ruby.yml", ref: "tp/testDataBranch" } # - { repo: "react-native-sdk", workflow: "ci.yml", ref: "main" } steps: - name: Display workflow details diff --git a/.github/workflows/test-sdks.yml b/.github/workflows/test-sdks.yml index 141f9dda..f7372b22 100644 --- a/.github/workflows/test-sdks.yml +++ b/.github/workflows/test-sdks.yml @@ -42,23 +42,8 @@ jobs: # 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" - uses: 'Eppo-exp/eppo-multiplatform/.github/actions/action-test-python@tp/testDataBranch' - with: - test_data_branch: ${{ github.head_ref || github.ref_name }} - sdk_branch: tp/testDataBranch - - test-ruby-sdk: - uses: 'Eppo-exp/eppo-multiplatform/.github/workflows/ruby.yml@tp/testDataBranch' - with: - test_data_branch: ${{ github.head_ref || github.ref_name }} - sdk_branch: tp/testDataBranch - test-rust-sdk: + test-multiplatform-sdk: uses: 'Eppo-exp/eppo-multiplatform/.github/workflows/ci.yml@tp/testDataBranch' with: test_data_branch: ${{ github.head_ref || github.ref_name }}