Skip to content

Commit

Permalink
chore: bootstrap api before docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed May 19, 2020
1 parent b3c8c89 commit f7871f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
run: |
npm run lint
npm run lint:examples
npm run docs-test
- name: Install API Dependencies
run: lerna bootstrap --no-ci --scope @opentelemetry/api --include-filtered-dependencies

- name: Test Docs
run: npm run docs-test

0 comments on commit f7871f0

Please sign in to comment.