Skip to content

Commit

Permalink
chore: speed up browser unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaniv Davidi committed Aug 29, 2021
1 parent 55bc946 commit 707449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Install Root Dependencies
run: npm install --ignore-scripts
- name: Bootstrap Dependencies
run: npx lerna bootstrap --no-ci
run: npx lerna bootstrap --no-ci --hoist --nohoist='zone.js'
- name: Unit tests
run: npm run test:browser
- name: Report Coverage
Expand Down

0 comments on commit 707449b

Please sign in to comment.