Skip to content

Commit 6d0573b

Browse files
committed
fix: Extracting nextcloud logs
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 97a9fc3 commit 6d0573b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ jobs:
149149
150150
- name: Extract NC logs
151151
if: failure() && matrix.containers != 'component'
152-
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
152+
run: docker logs nextcloud-cypress-tests_${{ env.APP_NAME }} > nextcloud.log
153153

154154
- name: Upload NC logs
155-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
155+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156156
if: failure() && matrix.containers != 'component'
157157
with:
158158
name: nc_logs_${{ matrix.containers }}

0 commit comments

Comments
 (0)