From 11cff663dbf4e5ce9e0f00fa68f62c264a2cf351 Mon Sep 17 00:00:00 2001 From: Tiffany Le-Nguyen Date: Mon, 14 Mar 2022 16:35:43 -0500 Subject: [PATCH 1/3] chore: 6 -> 4 matrix --- .github/workflows/cypress-demo-nx.yml | 2 +- .github/workflows/cypress-demo-static.yml | 2 +- .github/workflows/cypress-demo.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress-demo-nx.yml b/.github/workflows/cypress-demo-nx.yml index 7a9de91e4e..5bd4b55688 100644 --- a/.github/workflows/cypress-demo-nx.yml +++ b/.github/workflows/cypress-demo-nx.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [1, 2, 3, 4, 5, 6] + containers: [1, 2, 3, 4] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/cypress-demo-static.yml b/.github/workflows/cypress-demo-static.yml index eaa166e810..3cfb96d6c5 100644 --- a/.github/workflows/cypress-demo-static.yml +++ b/.github/workflows/cypress-demo-static.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [1, 2, 3, 4, 5, 6] + containers: [1, 2, 3, 4] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/cypress-demo.yml b/.github/workflows/cypress-demo.yml index 3bbad8886a..99caf0df27 100644 --- a/.github/workflows/cypress-demo.yml +++ b/.github/workflows/cypress-demo.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [1, 2, 3, 4, 5, 6] + containers: [1, 2, 3, 4] steps: - name: Checkout uses: actions/checkout@v2 From a4c62fd811694d6c71e74f7cffd85fb2e99d37ae Mon Sep 17 00:00:00 2001 From: Tiffany Le-Nguyen Date: Mon, 14 Mar 2022 16:59:19 -0500 Subject: [PATCH 2/3] chore: add details --- .github/workflows/cypress-demo-nx.yml | 2 ++ .github/workflows/cypress-demo-static.yml | 2 ++ .github/workflows/cypress-demo.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/cypress-demo-nx.yml b/.github/workflows/cypress-demo-nx.yml index 5bd4b55688..7901935e40 100644 --- a/.github/workflows/cypress-demo-nx.yml +++ b/.github/workflows/cypress-demo-nx.yml @@ -63,6 +63,8 @@ jobs: record: true parallel: true config-file: cypress/config/nx-demo.json + group: 'Next Plugin - Demo NX' + spec: cypress/integration/nx/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }} diff --git a/.github/workflows/cypress-demo-static.yml b/.github/workflows/cypress-demo-static.yml index 3cfb96d6c5..5d57d92afd 100644 --- a/.github/workflows/cypress-demo-static.yml +++ b/.github/workflows/cypress-demo-static.yml @@ -63,6 +63,8 @@ jobs: record: true parallel: true config-file: cypress/config/static-root.json + group: 'Next Plugin - Demo Static' + spec: cypress/integration/static-root/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }} diff --git a/.github/workflows/cypress-demo.yml b/.github/workflows/cypress-demo.yml index 99caf0df27..8a5e45fcb1 100644 --- a/.github/workflows/cypress-demo.yml +++ b/.github/workflows/cypress-demo.yml @@ -63,6 +63,8 @@ jobs: record: true parallel: true config-file: cypress/config/ci.json + group: 'Next Plugin - Demo' + spec: cypress/integration/default/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }} From 428de70db52284494b3540416fb0568116b8e76e Mon Sep 17 00:00:00 2001 From: Tiffany Le-Nguyen Date: Mon, 14 Mar 2022 17:07:01 -0500 Subject: [PATCH 3/3] chore: update machines --- .github/workflows/cypress-demo-nx.yml | 2 +- .github/workflows/cypress-demo-static.yml | 2 +- .github/workflows/cypress-demo.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress-demo-nx.yml b/.github/workflows/cypress-demo-nx.yml index 7901935e40..a226265d05 100644 --- a/.github/workflows/cypress-demo-nx.yml +++ b/.github/workflows/cypress-demo-nx.yml @@ -64,7 +64,7 @@ jobs: parallel: true config-file: cypress/config/nx-demo.json group: 'Next Plugin - Demo NX' - spec: cypress/integration/nx/* + spec: cypress/integration/nx/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }} diff --git a/.github/workflows/cypress-demo-static.yml b/.github/workflows/cypress-demo-static.yml index 5d57d92afd..4363b5d161 100644 --- a/.github/workflows/cypress-demo-static.yml +++ b/.github/workflows/cypress-demo-static.yml @@ -64,7 +64,7 @@ jobs: parallel: true config-file: cypress/config/static-root.json group: 'Next Plugin - Demo Static' - spec: cypress/integration/static-root/* + spec: cypress/integration/static-root/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }} diff --git a/.github/workflows/cypress-demo.yml b/.github/workflows/cypress-demo.yml index 8a5e45fcb1..25ee9939a8 100644 --- a/.github/workflows/cypress-demo.yml +++ b/.github/workflows/cypress-demo.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - containers: [1, 2, 3, 4] + containers: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] steps: - name: Checkout uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: parallel: true config-file: cypress/config/ci.json group: 'Next Plugin - Demo' - spec: cypress/integration/default/* + spec: cypress/integration/default/* env: DEBUG: '@cypress/github-action' CYPRESS_baseUrl: ${{ steps.deploy.outputs.origin-url }}