Skip to content

Commit ae7a3f8

Browse files
committed
Add python SDK
1 parent 44eca8a commit ae7a3f8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/workflows/test-sdks-remote.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@ jobs:
6969
trigger_workflow: true
7070
wait_workflow: true
7171

72+
test-python-sdk:
73+
runs-on: ubuntu-latest
74+
steps:
75+
- name: Display workflow details
76+
shell: bash
77+
run: |
78+
echo "Testing eppo-exp/python-sdk"
79+
- name: Run remote workflow
80+
uses: convictional/[email protected]
81+
with:
82+
owner: Eppo-exp
83+
repo: python-sdk
84+
workflow_file_name: lint-test-sdk.yml
85+
ref: tp/workflows/remote
86+
github_token: ${{ secrets.AUTH_TOKEN }}
87+
wait_interval: 10
88+
propagate_failure: true
89+
trigger_workflow: true
90+
wait_workflow: true
91+
7292
test-node-server-sdk:
7393
runs-on: ubuntu-latest
7494
steps:

.github/workflows/test-sdks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ jobs:
9696
run: yarn test --maxWorkers=2 --coverage
9797

9898
test-python-sdk:
99+
runs-on: ubuntu-latest
100+
steps:
101+
- name: "Run test action"
102+
uses: Eppo-exp/python-sdk/.github/actions/action-test@tp/workflows/remote
103+
test_data_branch: ${{ github.head_ref || github.ref_name }}
104+
sdk_branch: main
105+
99106
runs-on: ubuntu-latest
100107
steps:
101108
- name: 'Check out Python SDK'

0 commit comments

Comments
 (0)