Skip to content

Commit b4d5e72

Browse files
committed
ci: update smoke tests to use playwright. Remove node 18 matrix
1 parent c96aabf commit b4d5e72

6 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/test-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['18', '20', '22']
17+
node: ['20', '22']
1818
os: ['ubuntu-latest', 'windows-latest']
1919
runs-on: ${{ matrix.os }}
2020
steps:

.github/workflows/test-component-starter.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ permissions:
1010

1111
jobs:
1212
analysis_test:
13-
name: (${{ matrix.os }}.node-${{ matrix.node }}.jest-${{ matrix.jest }})
13+
name: (${{ matrix.os }}.node-${{ matrix.node }})
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
jest: ['27', '28', '29']
1817
node: ['20', '22']
1918
os: ['ubuntu-latest', 'windows-latest']
2019
runs-on: ${{ matrix.os }}
@@ -89,8 +88,8 @@ jobs:
8988
working-directory: ./tmp-component-starter
9089
shell: bash
9190

92-
- name: Install Jest
93-
run: npx playwright install && npm install --dev-dependencies jest@29 jest-cli@29 @types/jest@29
91+
- name: Install Playwright Browsers
92+
run: npx playwright install
9493

9594
- name: Build Starter Project
9695
run: npm run build

.github/workflows/test-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['18', '20', '22']
17+
node: ['20', '22']
1818
os: ['ubuntu-latest', 'windows-latest']
1919
runs-on: ${{ matrix.os }}
2020
steps:

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['18', '20', '22']
17+
node: ['20', '22']
1818
os: ['ubuntu-latest', 'windows-latest']
1919
runs-on: ${{ matrix.os }}
2020
steps:

.github/workflows/test-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['18', '20', '22']
17+
node: ['20', '22']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout Code

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: ['18', '20', '22']
17+
node: ['20', '22']
1818
os: ['ubuntu-latest', 'windows-latest']
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)