Skip to content

Commit

Permalink
Merge pull request #870 from nextcloud/ci/cypress_disable_parallel
Browse files Browse the repository at this point in the history
ci(cypress): disable parallelization via Cypress cloud
  • Loading branch information
mejo- authored Sep 11, 2023
2 parents 059442e + e84c926 commit 875ce70
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 @@ -130,7 +130,7 @@ jobs:
fail-fast: false
matrix:
node-version: [20]
containers: [1, 2, 3, 4]
#containers: [1, 2, 3, 4]
php-versions: ['8.0']
databases: ['sqlite']
server-versions: ['stable25', 'stable27', 'master']
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
record: true
parallel: true
#parallel: true
group: 'Nextcloud ${{ matrix.server-versions }}'
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: apps/${{ env.APP_NAME }}
Expand Down

0 comments on commit 875ce70

Please sign in to comment.