Skip to content

Commit ab2723f

Browse files
committed
Try after system dependencies and clear font cache
1 parent 9182e5f commit ab2723f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/end-to-end-tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ jobs:
139139
cache-dependency-path: yarn.lock
140140
node-version: "lts/*"
141141

142-
- name: Install fonts
143-
run: sudo apt install fonts-noto-cjk
144-
145142
- name: Install dependencies
146143
run: yarn install --frozen-lockfile
147144

@@ -165,6 +162,11 @@ jobs:
165162
if: matrix.project == 'WebKit' && steps.playwright-cache.outputs.cache-hit == 'true'
166163
run: yarn playwright install-deps webkit
167164

165+
- name: Install fonts
166+
run: |
167+
sudo apt install -y fonts-noto-cjk
168+
fc-cache -f -v
169+
168170
# We skip tests tagged with @mergequeue when running on PRs, but run them in MQ and everywhere else
169171
- name: Run Playwright tests
170172
run: |

0 commit comments

Comments
 (0)