From 44443575638d26e169ad8652b87db0f20690f674 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Sun, 12 Dec 2021 22:51:05 -0500 Subject: [PATCH] Error in GH actions on type failures --- .github/workflows/js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 3b44e6d7d..cd1e65982 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -49,7 +49,7 @@ jobs: working-directory: ./js - name: Typecheck - run: yarn run check-typings || true # REMOVE THIS ONCE TYPE SAFETY REACHED + run: yarn run check-typings working-directory: ./js type-coverage: