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

Commit 0cd83cc

Browse files
authored
chore: skip private modules in node8 ci (#931)
1 parent 9f6c683 commit 0cd83cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- node: 8
1717
# overrides for node 8
1818
npm-version: ^6
19-
lerna-extra-args: --ignore @opencensus/exporter-stackdriver --ignore @opencensus/resource-util
19+
lerna-extra-args: >-
20+
--ignore @opencensus/exporter-stackdriver
21+
--ignore @opencensus/resource-util
22+
--no-private
2023
env:
2124
OPENCENSUS_MONGODB_TESTS: 1
2225
OPENCENSUS_REDIS_TESTS: 1

0 commit comments

Comments
 (0)