Skip to content

Commit

Permalink
Merge pull request #879 from nextcloud/ci/do-not-track
Browse files Browse the repository at this point in the history
churn(ci): stop recording runs while we cannot see the results
  • Loading branch information
max-nextcloud authored Sep 14, 2023
2 parents b2ea5f6 + 7198c49 commit f7cf59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
record: true
#record: true
#parallel: true
group: 'Nextcloud ${{ matrix.server-versions }}'
wait-on: '${{ env.CYPRESS_baseUrl }}'
Expand All @@ -207,7 +207,7 @@ jobs:
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
COMMIT_INFO_SHA: ${{ github.event.pull_request.head.sha }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
#CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_ncVersion: ${{ matrix.server-versions }}

- name: Upload test failure screenshots
Expand Down

0 comments on commit f7cf59f

Please sign in to comment.