Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
chore: skip private modules in node8 ci (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Jul 22, 2021
1 parent 9f6c683 commit 0cd83cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- node: 8
# overrides for node 8
npm-version: ^6
lerna-extra-args: --ignore @opencensus/exporter-stackdriver --ignore @opencensus/resource-util
lerna-extra-args: >-
--ignore @opencensus/exporter-stackdriver
--ignore @opencensus/resource-util
--no-private
env:
OPENCENSUS_MONGODB_TESTS: 1
OPENCENSUS_REDIS_TESTS: 1
Expand Down

0 comments on commit 0cd83cc

Please sign in to comment.