Skip to content

Commit e27fb71

Browse files
committed
must build before test
1 parent 8ef13ba commit e27fb71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/quality.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Install
7373
run: npm ci && npx playwright install --with-deps chromium
7474

75+
- name: Build
76+
run: npm run build
77+
7578
- name: Test
7679
run: npm run test:chromium
7780

@@ -102,6 +105,8 @@ jobs:
102105
- name: Install
103106
run: npm ci && npx playwright install --with-deps firefox
104107

108+
- name: Build
109+
run: npm run build
105110
- name: Test
106111
run: npm run test:firefox
107112

@@ -126,6 +131,8 @@ jobs:
126131
- name: Install
127132
run: npm ci && npx playwright install --with-deps webkit
128133

134+
- name: Build
135+
run: npm run build
129136
- name: Test
130137
run: npm run test:webkit
131138

0 commit comments

Comments
 (0)