Fix condition to extrac NC logs in cypress workflow

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/37589/head
Louis Chemineau 1 year ago
parent 1903bd47d3
commit dcd727ec9c

@ -92,7 +92,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- name: Extract NC logs
if: ${{ matrix.containers != 'component' }}
if: ( success() || failure() ) && matrix.containers != 'component'
run: docker logs nextcloud-cypress-tests-server > nextcloud.log
- name: Upload NC logs

Loading…
Cancel
Save