Skip to content

Commit

Permalink
test: always check-peer-dependencies during CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Jul 14, 2020
1 parent 56c72d8 commit 25414be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
yarncmd: ['test', 'test:downstream']
yarncmd: ['check-peer-dependencies', 'test', 'test:downstream']
steps:
- uses: actions/checkout@v2
- name: Configure Environment
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"compile": "npm run clean && ngc",
"build": "ng-packagr -p package.json",
"release": "release --deps @uirouter/core @uirouter/rx",
"check-peer-dependencies": "check-peer-dependencies",
"test": "jest --rootDir test",
"test:debug": "node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand",
"test:downstream": "test_downstream_projects",
Expand Down

0 comments on commit 25414be

Please sign in to comment.