Skip to content

Commit aae47ff

Browse files
committed
WIP
1 parent 0af9850 commit aae47ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-self-hosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ jobs:
132132
steps:
133133
- name: Show selected E2E branch
134134
env:
135-
E2E_BRANCH: ${{ github.event.inputs.e2e_branch || 'main' }}
135+
E2E_BRANCH: ${{ github.event.inputs.e2e_branch || 'ios' }}
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 || 'main' }}
143+
ref: ${{ github.event.inputs.e2e_branch || 'ios' }}
144144

145145
- name: Download iOS app
146146
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)