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-12-22 12:55:53 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-22 13:18:32 +0300
commit612a6c54587d2be4aab8e75e174247565bb0bc01 (patch)
tree4b9a3abfd9b5b9bf30ed5cf57216c56df7f53fd3
parent51a74de90b1e89a4c81de854ed1a173127ed272a (diff)
Do not fail early in cypress tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.github/workflows/cypress.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 96b282c07..fed49a41d 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
node-version: [12.x]
containers: [1, 2, 3]