Skip to content

Commit 3ada808

Browse files
committed
WIP
1 parent a028cfe commit 3ada808

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ jobs:
135135
path: bitkit-e2e-tests
136136
ref: ${{ github.event.inputs.e2e_branch || 'ios' }}
137137

138+
- name: Copy app to E2E tests directory
139+
run: |
140+
# Create the aut directory in the E2E tests
141+
mkdir -p bitkit-e2e-tests/aut
142+
# Copy the app to the expected location
143+
cp -r e2e-app/bitkit.app bitkit-e2e-tests/aut/bitkit.app
144+
# Verify the app was copied
145+
ls -la bitkit-e2e-tests/aut/
146+
138147
- name: Setup Node.js
139148
uses: actions/setup-node@v4
140149
with:

0 commit comments

Comments
 (0)