Skip to content

Commit 9182e5f

Browse files
committed
Maybe when actually running the tests?
1 parent 894e0d4 commit 9182e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
num-runners: ${{ env.NUM_RUNNERS }}
5050
runners-matrix: ${{ steps.runner-vars.outputs.matrix }}
5151
steps:
52-
- name: Install fonts
53-
run: sudo apt install fonts-noto-cjk
54-
5552
- name: Checkout code
5653
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5754
with:
@@ -142,6 +139,9 @@ jobs:
142139
cache-dependency-path: yarn.lock
143140
node-version: "lts/*"
144141

142+
- name: Install fonts
143+
run: sudo apt install fonts-noto-cjk
144+
145145
- name: Install dependencies
146146
run: yarn install --frozen-lockfile
147147

0 commit comments

Comments
 (0)