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 b337294
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ jobs:
cat data/nextcloud.log
- name: Run E2E cypress tests
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1
#uses: cypress-io/github-action@4c68ef6233d6d56355f0f2aabb9359fc82eb7839 # v6.6.1
#uses: cypress-io/github-action@248bde77443c376edc45906ede03a1aba9da0462 # v5.8.4
#uses: cypress-io/github-action@d79d2d530a66e641eb4a5f227e13bc985c60b964 # v4.2.2
#uses: cypress-io/github-action@cdbbcd60fb5d967d7a37d8eb148add76a7ded7b6 # v5.1.0
uses: cypress-io/github-action@96268482322bc63c76561c602a84be842c527dbc # v5.5.1
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 b337294

Please sign in to comment.