Skip to content

Commit a106391

Browse files
committed
WIP
1 parent aae47ff commit a106391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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

0 commit comments

Comments
 (0)