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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-12-27 10:25:50 +0300
committerGitHub <noreply@github.com>2021-12-27 10:25:50 +0300
commit56812a35e539e2e40d25f8c2d13db197971be9eb (patch)
tree9c1a4684ea679debb29a666147f517816de35f78 /.github/workflows
parent70aff21dcd8a23f2ff18531fc711c2bbb7861d25 (diff)
parent7e45a13ded9ae2f943c5541632924d48b3129a27 (diff)
Merge pull request #2026 from nextcloud/cypress/records
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index ea5ba51e2..260b813cf 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -91,7 +91,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
- record: false # disabled for now as we have no way to savely use the token in our org
+ record: true
parallel: false
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: 'apps/${{ env.APP_NAME }}'