We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af9850 commit aae47ffCopy full SHA for aae47ff
.github/workflows/e2e-self-hosted.yml
@@ -132,15 +132,15 @@ jobs:
132
steps:
133
- name: Show selected E2E branch
134
env:
135
- E2E_BRANCH: ${{ github.event.inputs.e2e_branch || 'main' }}
+ E2E_BRANCH: ${{ github.event.inputs.e2e_branch || 'ios' }}
136
run: echo $E2E_BRANCH
137
138
- name: Clone E2E tests
139
uses: actions/checkout@v4
140
with:
141
repository: synonymdev/bitkit-e2e-tests
142
path: bitkit-e2e-tests
143
- ref: ${{ github.event.inputs.e2e_branch || 'main' }}
+ ref: ${{ github.event.inputs.e2e_branch || 'ios' }}
144
145
- name: Download iOS app
146
uses: actions/download-artifact@v4
0 commit comments