Skip to content

Commit

Permalink
Merge pull request #1145 from danger/test_ci
Browse files Browse the repository at this point in the history
CI test
  • Loading branch information
orta committed Jun 30, 2021
2 parents 4db3a2e + 5c6db69 commit e984c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Following [this commit](https://github.com/danger/danger-js/commit/a26ac3b3bd4f0

- Checkout the `main` branch. Ensure your working tree is clean, and make sure you have the latest changes by running
`git pull`.
- Publish - `npm run release -- [major/minor/patch] --ci`.
- Publish - `npm run release -- patch --ci`.

:ship:

Expand Down

0 comments on commit e984c69

Please sign in to comment.