Skip to content

Commit 54fbc2f

Browse files
Start sharing service after installation is done
1 parent ef753f8 commit 54fbc2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ jobs:
239239
path: ckhub-sharing-service
240240
persist-credentials: false
241241

242-
- name: Start CKHub sharing service
243-
working-directory: ckhub-sharing-service
244-
run: docker compose up --build --detach
245-
246242
- name: Download lite app (test mode)
247243
uses: actions/download-artifact@v4
248244
with:
@@ -272,6 +268,10 @@ jobs:
272268
run: jlpm playwright install chromium
273269
working-directory: ui-tests
274270

271+
- name: Start CKHub sharing service
272+
working-directory: ckhub-sharing-service
273+
run: docker compose up --build --detach
274+
275275
- name: Execute integration tests
276276
working-directory: ui-tests
277277
run: |

0 commit comments

Comments
 (0)