From b1ca215aa7f9dcbd167e1354c7a40925ee59c909 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Wed, 21 Sep 2022 12:41:24 -0400 Subject: [PATCH] Add global typescript (#2390) Signed-off-by: Steve Coffman Signed-off-by: Steve Coffman --- .github/workflows/check-integration | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-integration b/.github/workflows/check-integration index d9b95d577d..93783ba036 100755 --- a/.github/workflows/check-integration +++ b/.github/workflows/check-integration @@ -15,7 +15,8 @@ curl -s --connect-timeout 5 \ --retry-max-time 40 \ --retry-connrefused \ localhost:8080 > /dev/null - +npm install -g typescript +npm link typescript echo "### running jest integration spec" ./node_modules/.bin/jest --color