Skip to content

Commit

Permalink
Add python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Aug 21, 2024
1 parent 44eca8a commit ae7a3f8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-sdks-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,26 @@ jobs:
trigger_workflow: true
wait_workflow: true

test-python-sdk:
runs-on: ubuntu-latest
steps:
- name: Display workflow details
shell: bash
run: |
echo "Testing eppo-exp/python-sdk"
- name: Run remote workflow
uses: convictional/[email protected]
with:
owner: Eppo-exp
repo: python-sdk
workflow_file_name: lint-test-sdk.yml
ref: tp/workflows/remote
github_token: ${{ secrets.AUTH_TOKEN }}
wait_interval: 10
propagate_failure: true
trigger_workflow: true
wait_workflow: true

test-node-server-sdk:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
run: yarn test --maxWorkers=2 --coverage

test-python-sdk:
runs-on: ubuntu-latest
steps:
- name: "Run test action"
uses: Eppo-exp/python-sdk/.github/actions/action-test@tp/workflows/remote
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main

runs-on: ubuntu-latest
steps:
- name: 'Check out Python SDK'
Expand Down

0 comments on commit ae7a3f8

Please sign in to comment.