From b6833d8533f3df93545fb14b38628f4b6fcd73c2 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 19 Mar 2024 16:49:47 +0100 Subject: [PATCH] test(cypress): Downgrade cypress-io/github-action to v5.3.0 to fix errors Starting with v5.4.0, tons of "tar: ... Cannot mkdir: Permission denied" errors. Signed-off-by: Jonas --- .github/workflows/cypress-e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 49c121e67d6..10f47953692 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -159,7 +159,8 @@ jobs: cat data/nextcloud.log - name: Run E2E cypress tests - uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1 + # Starting with v5.4.0, tons of "tar: ... Cannot mkdir: Permission denied" errors + uses: cypress-io/github-action@4d475873e011991664253f34700acfc3acdc46a3 # v5.3.0 with: record: '${{ !!matrix.run-in-parallel }}' # only on pull requests parallel: '${{ !!matrix.run-in-parallel }}' # only on pull requests