We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef13ba commit e27fb71Copy full SHA for e27fb71
.github/workflows/quality.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: Install
73
run: npm ci && npx playwright install --with-deps chromium
74
75
+ - name: Build
76
+ run: npm run build
77
+
78
- name: Test
79
run: npm run test:chromium
80
@@ -102,6 +105,8 @@ jobs:
102
105
103
106
run: npm ci && npx playwright install --with-deps firefox
104
107
108
109
110
111
run: npm run test:firefox
112
@@ -126,6 +131,8 @@ jobs:
126
131
127
132
run: npm ci && npx playwright install --with-deps webkit
128
133
134
135
129
136
130
137
run: npm run test:webkit
138
0 commit comments