Skip to content

Commit

Permalink
test: add CI coverage for bazel run @nodejs//:yarn on buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Feb 1, 2020
1 parent aee3003 commit 42bdb9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tasks:
platform: ubuntu1604
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
# Regression test for #1493
- "//packages/create:npm_package.pack"
- "//internal/node/test:no_deps"
Expand Down Expand Up @@ -103,6 +104,7 @@ tasks:
platform: ubuntu1804
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
- "//internal/node/test:has_deps_legacy"
- "//internal/node/test:has_deps"
Expand Down Expand Up @@ -243,6 +245,7 @@ tasks:
platform: macos
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
# Regression test for #1493
- "//packages/create:npm_package.pack"
- "//internal/node/test:no_deps"
Expand Down Expand Up @@ -354,6 +357,7 @@ tasks:
platform: windows
run_targets:
- "@nodejs//:yarn_node_repositories"
- "@nodejs//:yarn"
- "//internal/node/test:no_deps"
- "//internal/node/test:has_deps_legacy"
- "//internal/node/test:has_deps"
Expand Down

0 comments on commit 42bdb9c

Please sign in to comment.