Browse Source

Add android and web tests to github actions

Marc Foley 4 years ago
parent
commit
cf30ddd140
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/build.yaml

+ 4 - 1
.github/workflows/build.yaml

@@ -31,5 +31,8 @@ jobs:
           path: fonts/
 
       - name: Test fonts
-        run: fontbakery check-profile tests/test_general.py fonts/unhinted/Roboto[ital,wdth,wght].ttf
+        run: |
+          fontbakery check-profile tests/test_general.py fonts/unhinted/Roboto[ital,wdth,wght].ttf
+          fontbakery check-profile tests/test_android.py fonts/android/Roboto[ital,wdth,wght].ttf
+          fontbakery check-profile tests/test_web.py fonts/web/Roboto[ital,wdth,wght].ttf