Skip to content

Commit

Permalink
test(ci): group cypress tests by server version
Browse files Browse the repository at this point in the history
This ensures that each spec is run for each server version.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Sep 5, 2023
1 parent 9b99cc5 commit d1348bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ jobs:
with:
record: true
parallel: true
group: 'Nextcloud ${{ matrix.server-versions }}'
wait-on: '${{ env.CYPRESS_baseUrl }}'
working-directory: apps/${{ env.APP_NAME }}
config: video=false,defaultCommandTimeout=20000
Expand Down

0 comments on commit d1348bf

Please sign in to comment.