Skip to content

Commit

Permalink
Add TypeScript tests as part of GitHub Actions (#1394)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1394

Add TypeScript tests as part of GitHub Actions CI so they are automatically run for all diffs when exporting to GitHub.

Reviewed By: mondaychen, davidmccabe

Differential Revision: D32225966

fbshipit-source-id: 9f655fb411da5b7a7c90bfc619948369809df996
  • Loading branch information
drarmstr authored and facebook-github-bot committed Nov 13, 2021
1 parent 97cb978 commit 401642a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn flow
- run: yarn test
- run: yarn test:typescript
- run: yarn lint
- run: yarn build
- run: yarn pack
Expand Down

0 comments on commit 401642a

Please sign in to comment.