summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2023-03-27 15:01:22 +0200
committerLouis Chemineau <louis@chmn.me>2023-03-30 10:09:14 +0200
commit186491113e5fb7d81771b01a9dc54f4f5d62178c (patch)
tree7e0ae3ec1b8ac89ff08bcfd61287e2e3d28ef602 /.github/workflows
parent8cc29dd3dc2f97dd69ae1d1742e0e92767137daf (diff)
downloadnextcloud-server-186491113e5fb7d81771b01a9dc54f4f5d62178c.tar.gz
nextcloud-server-186491113e5fb7d81771b01a9dc54f4f5d62178c.zip
Do not stop docker in cypress workflow
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 90f9946d354..0967583ed2a 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -97,7 +97,7 @@ jobs:
- name: Upload NC logs
uses: actions/upload-artifact@v3
- if: ${{ matrix.containers != 'component' }}
+ if: ( success() || failure() ) && matrix.containers != 'component'
with:
name: nc_logs_${{ matrix.containers }}
path: nextcloud.log