Skip to content

Commit

Permalink
build(.github): add INCLUDE_EXTERNALS
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 5, 2021
1 parent b6dd91b commit c755631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
! [ -z "$PEER_DEPS"] && npm install --no-save $PEER_DEPS || true
- name: Test unit
run: npm run test-unit
run: INCLUDE_EXTERNALS=true npm run test-unit

- name: Attempt to upload coverage data to codecov
if: env.UPLOAD_CODE_COVERAGE == 'true'
Expand Down

0 comments on commit c755631

Please sign in to comment.