Skip to content

Commit

Permalink
added alternative cypress binaries to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangarano committed Jan 22, 2024
1 parent 8450820 commit 05743d0
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- checkout
- restore_cache:
key: v5-deps-{{ checksum "package-lock.json" }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- run: npm install
- save_cache:
key: v5-deps-{{ checksum "package-lock.json" }}
Expand Down
3 changes: 3 additions & 0 deletions .github/e2e-smoke-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/benchmark-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: "16"
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm install

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/benchmark-cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
node-version: "16"
cache: "npm"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm install

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-config-esm-cjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-config-esm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-config-esm-mjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-config-noesm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-exports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install npm
run: npm install -g npm@latest

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-smoke-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-smoke-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-smoke-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: "16"

- name: Install alternative cypress binaries
run: CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 05743d0

Please sign in to comment.