From 694ca9d01d586162a49ab46d5985d589da327497 Mon Sep 17 00:00:00 2001 From: Ewan Fox Date: Wed, 16 Aug 2023 16:08:04 -0400 Subject: Remove font check --- .github/workflows/playwright.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7d617c3a..9397e4fa 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -40,8 +40,7 @@ jobs: - if: ${{ steps.cache-playwright.outputs.cache-hit != 'true' }} name: Install Playwright Browsers run: npx playwright install --with-deps chromium - - name: Check Available Fonts - run: fc-list + - name: Grab latest dictionaries from dictionaries branch uses: actions/checkout@v3 with: -- cgit v1.2.3