Skip to content

Commit

Permalink
Add global typescript (#2390)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>

Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed Sep 21, 2022
1 parent 265888c commit b1ca215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-integration
Expand Up @@ -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

Expand Down

0 comments on commit b1ca215

Please sign in to comment.