From 7e45a13ded9ae2f943c5541632924d48b3129a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 21 Dec 2021 21:11:13 +0100 Subject: Re-enable cypress records MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 }}' -- cgit v1.2.3