Skip to content
Snippets Groups Projects
Commit dcd727ec authored by Louis Chemineau's avatar Louis Chemineau
Browse files

Fix condition to extrac NC logs in cypress workflow


Signed-off-by: default avatarLouis Chemineau <louis@chmn.me>
parent 1903bd47
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ jobs: ...@@ -92,7 +92,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- name: Extract NC logs - name: Extract NC logs
if: ${{ matrix.containers != 'component' }} if: ( success() || failure() ) && matrix.containers != 'component'
run: docker logs nextcloud-cypress-tests-server > nextcloud.log run: docker logs nextcloud-cypress-tests-server > nextcloud.log
- name: Upload NC logs - name: Upload NC logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment