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 ef753f8 commit 54fbc2fCopy full SHA for 54fbc2f
.github/workflows/build.yml
@@ -239,10 +239,6 @@ jobs:
239
path: ckhub-sharing-service
240
persist-credentials: false
241
242
- - name: Start CKHub sharing service
243
- working-directory: ckhub-sharing-service
244
- run: docker compose up --build --detach
245
-
246
- name: Download lite app (test mode)
247
uses: actions/download-artifact@v4
248
with:
@@ -272,6 +268,10 @@ jobs:
272
268
run: jlpm playwright install chromium
273
269
working-directory: ui-tests
274
270
271
+ - name: Start CKHub sharing service
+ working-directory: ckhub-sharing-service
+ run: docker compose up --build --detach
+
275
- name: Execute integration tests
276
277
run: |
0 commit comments