From: Felipe CorrĂȘa da Silva Sanches Date: Wed, 28 May 2025 09:28:06 +0000 (+0200) Subject: Update fontspectorall.yaml X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F9513%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Update fontspectorall.yaml --- diff --git a/.github/workflows/fontspectorall.yaml b/.github/workflows/fontspectorall.yaml index ca5c1b963..32debdf09 100644 --- a/.github/workflows/fontspectorall.yaml +++ b/.github/workflows/fontspectorall.yaml @@ -31,7 +31,7 @@ jobs: - name: Build fontspector run: cargo install --git https://github.com/fonttools/fontspector --features duckdb - name: Test all the things - run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,*html,*svg,*jpg,*gif} --skip-network --succinct --duckdb fontspector.db || true + run: fontspector --profile googlefonts ofl/*/*{.ttf,.pb,.html,.svg,.jpg,.gif} --skip-network --succinct --duckdb fontspector.db || true - name: Build dashboard run: cd .ci/fontspector-dashboard && npm install && npm run build - name: Stash database again