From a549ca07ab57a00bafcb8749c75d8b9ce46dbb4f Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 13 Mar 2021 19:38:23 +0000 Subject: [PATCH] parallel? --- .github/workflows/collaboration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 2f309992c..c2e2b0a54 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -38,9 +38,9 @@ jobs: run: | node src\node\server.js & cd src\tests\frontend - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json - cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json & + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json & + cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json & cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json - uses: actions/upload-artifact@v1