Skip to content

Commit 32a4279

Browse files
revert CI changes
1 parent e5eda69 commit 32a4279

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ jobs:
408408
strategy:
409409
fail-fast: false
410410
matrix:
411-
CONSTEL: [angular(1/4), angular(2/4), angular(3/4), angular(4/4)]
412-
THEME: ['fluent.blue.light']
411+
CONSTEL: [react(1/4), react(2/4), react(3/4), react(4/4), vue(1/4), vue(2/4), vue(3/4), vue(4/4), angular(1/4), angular(2/4), angular(3/4), angular(4/4)]
412+
THEME: ['generic.light', 'material.blue.light', 'fluent.blue.light']
413413

414414
runs-on: ubuntu-22.04
415415
name: testcafe-${{ matrix.CONSTEL }}-${{ matrix.THEME }}

.github/workflows/wrapper_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
fail-fast: false
115115
matrix:
116-
framework: [angular]
116+
framework: [angular, react, vue]
117117

118118
steps:
119119
- name: Get sources

.github/workflows/wrapper_tests_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
framework: [angular19]
87+
framework: [react19, vue3, angular19]
8888

8989
steps:
9090
- name: Get sources

0 commit comments

Comments
 (0)