File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 69
69
trigger_workflow : true
70
70
wait_workflow : true
71
71
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
+
72
92
test-node-server-sdk :
73
93
runs-on : ubuntu-latest
74
94
steps :
Original file line number Diff line number Diff line change 96
96
run : yarn test --maxWorkers=2 --coverage
97
97
98
98
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
+
99
106
runs-on : ubuntu-latest
100
107
steps :
101
108
- name : ' Check out Python SDK'
You can’t perform that action at this time.
0 commit comments