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 9182e5f commit ab2723fCopy full SHA for ab2723f
.github/workflows/end-to-end-tests.yaml
@@ -139,9 +139,6 @@ jobs:
139
cache-dependency-path: yarn.lock
140
node-version: "lts/*"
141
142
- - name: Install fonts
143
- run: sudo apt install fonts-noto-cjk
144
-
145
- name: Install dependencies
146
run: yarn install --frozen-lockfile
147
@@ -165,6 +162,11 @@ jobs:
165
162
if: matrix.project == 'WebKit' && steps.playwright-cache.outputs.cache-hit == 'true'
166
163
run: yarn playwright install-deps webkit
167
164
+ - name: Install fonts
+ run: |
+ sudo apt install -y fonts-noto-cjk
168
+ fc-cache -f -v
169
+
170
# We skip tests tagged with @mergequeue when running on PRs, but run them in MQ and everywhere else
171
- name: Run Playwright tests
172
run: |
0 commit comments