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 6fbc21d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .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
- name: Docs Test
run: |
lerna bootstrap --no-ci --scope @opentelemetry/api --include-filtered-dependencies
npm run docs-test

0 comments on commit 6fbc21d

Please sign in to comment.