Skip to content

Commit

Permalink
ci(cypress): disable parallelization via Cypress cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Sep 11, 2023
1 parent a2e027f commit e84c926
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 e84c926

Please sign in to comment.