Skip to content

Commit

Permalink
group can't be specified when not recording
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 13, 2023
1 parent 6f3cdc6 commit 27aec21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
install: false
parallel: false # Since they run on different node versions, we can't parallel
browser: chrome
group: Core ${{ matrix.node-version }}
spec: cypress/tests/core/basic/**/*.js
start: |
make start-test-acceptance-server
Expand Down Expand Up @@ -89,7 +88,6 @@ jobs:
install: false
parallel: false # Since they run on different node versions, we can't parallel
browser: chrome
group: Core Blocks ${{ matrix.node-version }}
spec: cypress/tests/core/blocks/**/*.js
start: |
make start-test-acceptance-server
Expand Down Expand Up @@ -143,7 +141,6 @@ jobs:
install: false
parallel: false # Since they run on different node versions, we can't parallel
browser: chrome
group: Core Volto Slate ${{ matrix.node-version }}
spec: cypress/tests/core/volto-slate/**/*.js
start: |
make start-test-acceptance-server
Expand Down Expand Up @@ -196,7 +193,6 @@ jobs:
install: false
parallel: false # Since they run on different node versions, we can't parallel
browser: chrome
group: Core Basic - Plone 5
spec: cypress/tests/core/basic/**/*.js
start: |
make start-test-acceptance-server-5
Expand Down Expand Up @@ -249,7 +245,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Coresandbox
spec: cypress/tests/coresandbox/**/*.js
start: |
make start-test-acceptance-server-coresandbox
Expand Down Expand Up @@ -304,7 +299,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Guillotina
spec: cypress/tests/guillotina/**/*.js
start: |
make start-test-acceptance-server-guillotina
Expand Down Expand Up @@ -358,7 +352,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Multilingual
spec: cypress/tests/multilingual/**/*.js
start: |
make start-test-acceptance-server-multilingual
Expand Down Expand Up @@ -437,7 +430,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Working Copy
spec: cypress/tests/workingCopy/**/*.js
start: |
make start-test-acceptance-server-workingcopy
Expand Down Expand Up @@ -526,7 +518,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Project Generator ${{ matrix.node-version }}
spec: cypress/tests/minimal/**/*.js
start: |
make start-test-acceptance-server
Expand Down Expand Up @@ -586,7 +577,6 @@ jobs:
install: false
parallel: true
browser: chrome
group: Seamless
spec: cypress/tests/core/basic/**/*.js
config: baseUrl=http://localhost
start: |
Expand Down

0 comments on commit 27aec21

Please sign in to comment.