aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/playwright.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r--.github/workflows/playwright.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 409d73a6..1ffce548 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: Install CJK fonts
+ uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962
+ with:
+ packages: fonts-noto-cjk
+
- uses: actions/setup-node@v3
with:
cache: "npm"