File tree Expand file tree Collapse file tree 2 files changed +24
-13
lines changed Expand file tree Collapse file tree 2 files changed +24
-13
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-react-native-client :
73
+ runs-on : ubuntu-latest
74
+ steps :
75
+ - name : Display workflow details
76
+ shell : bash
77
+ run : |
78
+ echo "Testing eppo-exp/react-native-client"
79
+ - name : Run remote workflow
80
+ uses :
convictional/[email protected]
81
+ with :
82
+ owner : Eppo-exp
83
+ repo : react-native-client
84
+ workflow_file_name : ci.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-python-sdk :
73
93
runs-on : ubuntu-latest
74
94
steps :
Original file line number Diff line number Diff line change 1
1
name : Test SDKs Locally
2
- name : Test SDKs Locally
3
2
4
3
on :
5
4
pull_request :
@@ -83,18 +82,10 @@ jobs:
83
82
sdk_branch : main
84
83
85
84
test-react-native-sdk :
86
- runs-on : ubuntu-latest
87
- steps :
88
- - name : Checkout React Native SDK
89
- uses : actions/checkout@v3
90
- with :
91
- repository : ' Eppo-exp/react-native-sdk'
92
- - name : Setup
93
- uses : ./.github/actions/setup
94
- - name : Install dependencies
95
- run : yarn install
96
- - name : Run tests
97
- run : yarn test --maxWorkers=2 --coverage
85
+ uses : Eppo-exp/js-client-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
86
+ with :
87
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
88
+ sdk_branch : main
98
89
99
90
test-python-sdk :
100
91
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments