]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Update fontspectorall.yaml 9513/head
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>
Wed, 28 May 2025 09:28:06 +0000 (11:28 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 09:28:06 +0000 (11:28 +0200)
.github/workflows/fontspectorall.yaml

index ca5c1b96367e7087de9c39bff130a6ff6cde4ea2..32debdf091b38e508b777144225f245d44a645f1 100644 (file)
@@ -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