Skip to content

Commit

Permalink
just trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 22, 2024
1 parent 4300d77 commit 9e0cf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sdks-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 1 addition & 16 deletions .github/workflows/test-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9e0cf5e

Please sign in to comment.