Skip to content

Commit

Permalink
tmp debug cypress
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Mar 19, 2024
1 parent 5dbf159 commit 486fa18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
cat data/nextcloud.log
- name: Run E2E cypress tests
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1
#uses: cypress-io/github-action@cdbbcd60fb5d967d7a37d8eb148add76a7ded7b6 # v5.1.0
#uses: cypress-io/github-action@96268482322bc63c76561c602a84be842c527dbc # v5.5.1
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
Expand Down

0 comments on commit 486fa18

Please sign in to comment.