Skip to content

Commit

Permalink
Merge pull request #882 from nextcloud/fix/ci-cypress
Browse files Browse the repository at this point in the history
fix(ci): remove group and tag from cypress config without record
  • Loading branch information
max-nextcloud authored Sep 14, 2023
2 parents f7cf59f + 47d4d54 commit 4028acd
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 @@ -198,11 +198,11 @@ jobs:
with:
#record: true
#parallel: true
group: 'Nextcloud ${{ matrix.server-versions }}'
#group: 'Nextcloud ${{ matrix.server-versions }}'
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: apps/${{ env.APP_NAME }}
config: video=false,defaultCommandTimeout=20000
tag: ${{ github.event_name }}
#tag: ${{ github.event_name }}
env:
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 4028acd

Please sign in to comment.