From 51a8f0db22c669d2d0d75e151929ad0693e405f9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Mar 2021 18:27:59 +0000 Subject: [PATCH] Update collaboration.yml --- .github/workflows/collaboration.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index e49af4ece..d40ebba0e 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -41,4 +41,11 @@ jobs: cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client1.txt & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client3.txt & - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client4.txt & + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client4.txt + + # Test run video was always captured, so this action uses "always()" condition + - uses: actions/upload-artifact@v1 + if: always() + with: + name: cypress-videos + path: cypress/videos