Skip to content

Commit

Permalink
fix: remove build/test from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Jul 28, 2023
1 parent 1cc2ca8 commit 6d0df51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dangerjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- name: install yarn
run: npm install -g yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn danger ci
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6d0df51

Please sign in to comment.