Skip to content

Commit bb25f14

Browse files
attempt 1 fix e2e-smoke-windows ci
1 parent c91d5f4 commit bb25f14

File tree

4 files changed

+92
-92
lines changed

4 files changed

+92
-92
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
name: e2e-cypress-12-ccy-1_10
22

33
on:
4-
push:
4+
push:
55

66
jobs:
7-
e2e-cypress-12-ccy-1_10:
8-
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9-
runs-on: ubuntu-latest
10-
env:
11-
DEBUG: currents:*
7+
e2e-cypress-12-ccy-1_10:
8+
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9+
runs-on: ubuntu-latest
10+
env:
11+
DEBUG: currents:*
1212

13-
strategy:
14-
matrix:
15-
node-version: ["18"]
13+
strategy:
14+
matrix:
15+
node-version: ["18"]
1616

17-
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
20-
with:
21-
node-version: ${{ matrix.node-version }}
17+
steps:
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-node@v3
20+
with:
21+
node-version: ${{ matrix.node-version }}
2222

23-
- name: Install dependencies
24-
run: npm ci
23+
- name: Install dependencies
24+
run: npm ci
2525

26-
- name: Install Cypress 12.17.4
27-
run: npm install [email protected]
26+
- name: Install Cypress 12.17.4
27+
run: npm install [email protected]
2828

29-
- name: Build
30-
run: npm run build
29+
- name: Build
30+
run: npm run build
3131

32-
- name: Run compatibility tests
33-
working-directory: ./e2e/cypress-12-demo
34-
env:
35-
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }}
36-
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }}
37-
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
38-
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
32+
- name: Run compatibility tests
33+
working-directory: ./e2e/cypress-12-demo
34+
env:
35+
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }}
36+
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }}
37+
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
38+
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
3939

40-
run: >
41-
npm run test
40+
run: >
41+
npm run test
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
name: e2e-cypress-13-ccy-1_10
22

33
on:
4-
push:
4+
push:
55

66
jobs:
7-
e2e-cypress-13-ccy-1_10:
8-
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9-
runs-on: ubuntu-latest
10-
env:
11-
DEBUG: currents:*
7+
e2e-cypress-13-ccy-1_10:
8+
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9+
runs-on: ubuntu-latest
10+
env:
11+
DEBUG: currents:*
1212

13-
strategy:
14-
matrix:
15-
node-version: ["18"]
13+
strategy:
14+
matrix:
15+
node-version: ["18"]
1616

17-
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
20-
with:
21-
node-version: ${{ matrix.node-version }}
17+
steps:
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-node@v3
20+
with:
21+
node-version: ${{ matrix.node-version }}
2222

23-
- name: Install dependencies
24-
run: npm ci
23+
- name: Install dependencies
24+
run: npm ci
2525

26-
- name: Install Cypress 13.1.0
27-
run: npm install [email protected]
26+
- name: Install Cypress 13.1.0
27+
run: npm install [email protected]
2828

29-
- name: Build
30-
run: npm run build
29+
- name: Build
30+
run: npm run build
3131

32-
- name: Run compatibility tests
33-
working-directory: ./e2e/cypress-13-demo
34-
env:
35-
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }}
36-
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }}
37-
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
38-
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
32+
- name: Run compatibility tests
33+
working-directory: ./e2e/cypress-13-demo
34+
env:
35+
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }}
36+
CURRENTS_RUN_BASE_URL: ${{ secrets.CURRENTS_RUN_BASE_URL }}
37+
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
38+
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
3939

40-
run: >
41-
npm run test
40+
run: >
41+
npm run test

.github/workflows/e2e-exports.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
name: e2e-exports
22

33
on:
4-
push:
4+
push:
55

66
jobs:
7-
e2e-exports:
8-
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9-
runs-on: ubuntu-latest
10-
env:
11-
DEBUG: currents:*
12-
13-
strategy:
14-
matrix:
15-
node-version: ["18", "16", "14"]
16-
17-
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
20-
with:
21-
node-version: ${{ matrix.node-version }}
22-
23-
- name: Install npm (node14)
24-
run: npm install -g [email protected]
25-
26-
- name: Install dependencies
27-
run: npm ci
28-
29-
- name: Build
30-
run: npm run build
31-
32-
- name: Link monorepo packages
33-
run: npm install
34-
35-
- name: Test Exports
36-
working-directory: ./e2e/exports
37-
run: |
38-
npm run testexports
7+
e2e-exports:
8+
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
9+
runs-on: ubuntu-latest
10+
env:
11+
DEBUG: currents:*
12+
13+
strategy:
14+
matrix:
15+
node-version: ["18", "16", "14"]
16+
17+
steps:
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-node@v3
20+
with:
21+
node-version: ${{ matrix.node-version }}
22+
23+
- name: Install npm (node14)
24+
run: npm install -g [email protected]
25+
26+
- name: Install dependencies
27+
run: npm ci
28+
29+
- name: Build
30+
run: npm run build
31+
32+
- name: Link monorepo packages
33+
run: npm install
34+
35+
- name: Test Exports
36+
working-directory: ./e2e/exports
37+
run: |
38+
npm run testexports

.github/workflows/e2e-smoke-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: "16"
19+
node-version: "18"
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)