Skip to content

Commit

Permalink
Add dependency cruiser to GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
SReichelt committed Jan 16, 2021
1 parent 8756b68 commit 71b9ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
key: ${{ runner.os }}-node_modules
- name: Install NPM dependencies
run: npm install
- name: Check dependencies
run: npm run depcruise
timeout-minutes: 2
- name: Run tests
run: npm test
run: npm run test
timeout-minutes: 10

0 comments on commit 71b9ebd

Please sign in to comment.