-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c91d5f4
commit bb25f14
Showing
4 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
name: e2e-cypress-12-ccy-1_10 | ||
|
||
on: | ||
push: | ||
push: | ||
|
||
jobs: | ||
e2e-cypress-12-ccy-1_10: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
e2e-cypress-12-ccy-1_10: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
|
||
strategy: | ||
matrix: | ||
node-version: ["18"] | ||
strategy: | ||
matrix: | ||
node-version: ["18"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Install Cypress 12.17.4 | ||
run: npm install [email protected] | ||
- name: Install Cypress 12.17.4 | ||
run: npm install [email protected] | ||
|
||
- name: Build | ||
run: npm run build | ||
- name: Build | ||
run: npm run build | ||
|
||
- name: Run compatibility tests | ||
working-directory: ./e2e/cypress-12-demo | ||
env: | ||
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }} | ||
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }} | ||
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }} | ||
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} | ||
- name: Run compatibility tests | ||
working-directory: ./e2e/cypress-12-demo | ||
env: | ||
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }} | ||
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }} | ||
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }} | ||
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} | ||
|
||
run: > | ||
npm run test | ||
run: > | ||
npm run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
name: e2e-cypress-13-ccy-1_10 | ||
|
||
on: | ||
push: | ||
push: | ||
|
||
jobs: | ||
e2e-cypress-13-ccy-1_10: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
e2e-cypress-13-ccy-1_10: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
|
||
strategy: | ||
matrix: | ||
node-version: ["18"] | ||
strategy: | ||
matrix: | ||
node-version: ["18"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Install Cypress 13.1.0 | ||
run: npm install [email protected] | ||
- name: Install Cypress 13.1.0 | ||
run: npm install [email protected] | ||
|
||
- name: Build | ||
run: npm run build | ||
- name: Build | ||
run: npm run build | ||
|
||
- name: Run compatibility tests | ||
working-directory: ./e2e/cypress-13-demo | ||
env: | ||
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }} | ||
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }} | ||
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }} | ||
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} | ||
- name: Run compatibility tests | ||
working-directory: ./e2e/cypress-13-demo | ||
env: | ||
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }} | ||
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }} | ||
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }} | ||
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} | ||
|
||
run: > | ||
npm run test | ||
run: > | ||
npm run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
name: e2e-exports | ||
|
||
on: | ||
push: | ||
push: | ||
|
||
jobs: | ||
e2e-exports: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
|
||
strategy: | ||
matrix: | ||
node-version: ["18", "16", "14"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install npm (node14) | ||
run: npm install -g [email protected] | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Link monorepo packages | ||
run: npm install | ||
|
||
- name: Test Exports | ||
working-directory: ./e2e/exports | ||
run: | | ||
npm run testexports | ||
e2e-exports: | ||
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')" | ||
runs-on: ubuntu-latest | ||
env: | ||
DEBUG: currents:* | ||
|
||
strategy: | ||
matrix: | ||
node-version: ["18", "16", "14"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install npm (node14) | ||
run: npm install -g [email protected] | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Link monorepo packages | ||
run: npm install | ||
|
||
- name: Test Exports | ||
working-directory: ./e2e/exports | ||
run: | | ||
npm run testexports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters