Skip to content

Commit 882728f

Browse files
committed
WIP
1 parent 3b20364 commit 882728f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests-hybrid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
repository: synonymdev/bitkit-e2e-tests
2828
path: bitkit-e2e-tests
29-
ref: ${{ github.event.inputs.e2e_branch || 'main' }}
29+
ref: ${{ github.event.inputs.e2e_branch || 'ios' }}
3030

3131
- name: Run regtest setup
3232
working-directory: bitkit-e2e-tests
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
repository: synonymdev/bitkit-e2e-tests
135135
path: bitkit-e2e-tests
136-
ref: ${{ github.event.inputs.e2e_branch || 'main' }}
136+
ref: ${{ github.event.inputs.e2e_branch || 'ios' }}
137137

138138
- name: Setup Node.js
139139
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)