From 442df2181d3c31939846e3ab8ef6be75dce94f1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Wed, 28 May 2025 11:28:06 +0200 Subject: [PATCH] Update fontspectorall.yaml --- .github/workflows/fontspectorall.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2