Skip to content

Commit

Permalink
Run danger on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 18, 2022
1 parent 852cd34 commit 3eb82ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: "14"

# Get local dependencies & test
- run: yarn install
Expand All @@ -27,7 +27,11 @@ jobs:
# if it becomes an issue.
- run: echo "Testing Flow definition file"
- run: yarn build:flow-types
# - run: yarn flow check

- run: echo "Running built Danger"
- run: node distribution/commands/danger-ci.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

Expand Down

0 comments on commit 3eb82ab

Please sign in to comment.