Skip to content

Commit

Permalink
test: check-peer-dependencies in CI (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored Jul 21, 2020
1 parent 0bbf4cf commit 9fb89f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn install --pure-lockfile
- name: Check Peer Dependencies
run: npx check-peer-dependencies
- name: Run Tests
run: yarn test

Expand All @@ -39,4 +41,3 @@ jobs:
run: yarn install --pure-lockfile
- name: Test Downstream Projects
run: yarn test:downstream --group ${{ matrix.group }}

0 comments on commit 9fb89f2

Please sign in to comment.