Skip to content

Commit 6e52f49

Browse files
authored
Merge branch 'main' into fix/block-trace-url
2 parents eadb5a7 + 3675e35 commit 6e52f49

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/cypress-demo-nx.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
containers: [1, 2, 3, 4, 5, 6]
19+
containers: [1, 2, 3, 4]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
@@ -63,6 +63,8 @@ jobs:
6363
record: true
6464
parallel: true
6565
config-file: cypress/config/nx-demo.json
66+
group: 'Next Plugin - Demo NX'
67+
spec: cypress/integration/nx/*
6668
env:
6769
DEBUG: '@cypress/github-action'
6870
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}

.github/workflows/cypress-demo-static.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
containers: [1, 2, 3, 4, 5, 6]
19+
containers: [1, 2, 3, 4]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
@@ -63,6 +63,8 @@ jobs:
6363
record: true
6464
parallel: true
6565
config-file: cypress/config/static-root.json
66+
group: 'Next Plugin - Demo Static'
67+
spec: cypress/integration/static-root/*
6668
env:
6769
DEBUG: '@cypress/github-action'
6870
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}

.github/workflows/cypress-demo.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
containers: [1, 2, 3, 4, 5, 6]
19+
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
@@ -63,6 +63,8 @@ jobs:
6363
record: true
6464
parallel: true
6565
config-file: cypress/config/ci.json
66+
group: 'Next Plugin - Demo'
67+
spec: cypress/integration/default/*
6668
env:
6769
DEBUG: '@cypress/github-action'
6870
CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}

0 commit comments

Comments
 (0)