Skip to content

Commit

Permalink
Drop flow check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 30, 2021
1 parent 44ce484 commit 5c6db69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
- run: yarn tsc distribution/danger.d.ts
- run: rm -rf node_modules/@types/babel-*
- run: rm -rf node_modules/@types/babylon

# Not many Flow users nowadays, so this probably is worth dropping
# if it becomes an issue.
- run: echo "Testing Flow definition file"
- run: yarn build:flow-types
- run: yarn flow check

# - run: yarn flow check

- run: 'echo "This is only for Integration tests on two blank projects"'

Expand Down

0 comments on commit 5c6db69

Please sign in to comment.