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>2021-12-21 23:11:13 +0300
committerGitHub <noreply@github.com>2021-12-21 23:11:13 +0300
commit7e45a13ded9ae2f943c5541632924d48b3129a27 (patch)
tree3b0cc6ea4922284e2843281b0c9935ab7a1a54e5 /.github
parent3c8c41e3c65ac3db9f11b002092429f1c5538b8f (diff)
Re-enable cypress records
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.github')
-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 071cf1a55..e1c769265 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 }}'