Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-04 15:39:32 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-04 15:39:32 +0300
commit7af53363b6919fa1af1cf8bf6c6846ff8fdb98b5 (patch)
tree9faed4c216c775c027e753f3d0a8dc897bc85294 /.github/workflows
parent522efa4d9d383c98711fa78c497acc437873476b (diff)
Parallel run
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index c143d373c..96b282c07 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -10,6 +10,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
+ containers: [1, 2, 3]
steps:
- name: Checkout text app
@@ -33,6 +34,7 @@ jobs:
uses: cypress-io/github-action@v1
with:
record: true
+ parallel: true
env:
CYPRESS_baseUrl: http://localhost:8081/index.php
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}