File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 e2e_branch :
77 description : " Branch of synonymdev/bitkit-e2e-tests to use"
88 required : false
9- default : " ios"
9+ default : " ios-preparation "
1010 push :
1111 branches : [master]
1212 pull_request :
@@ -132,15 +132,15 @@ jobs:
132132 steps :
133133 - name : Show selected E2E branch
134134 env :
135- E2E_BRANCH : ${{ github.event.inputs.e2e_branch || 'ios' }}
135+ E2E_BRANCH : ${{ github.event.inputs.e2e_branch || 'ios-preparation ' }}
136136 run : echo $E2E_BRANCH
137137
138138 - name : Clone E2E tests
139139 uses : actions/checkout@v4
140140 with :
141141 repository : synonymdev/bitkit-e2e-tests
142142 path : bitkit-e2e-tests
143- ref : ${{ github.event.inputs.e2e_branch || 'ios' }}
143+ ref : ${{ github.event.inputs.e2e_branch || 'ios-preparation ' }}
144144
145145 - name : Download iOS app
146146 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments