mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
This patches `rules_nodejs` with the contents of https://github.com/bazelbuild/rules_nodejs/pull/3763 in order to allow specifying a mirror for nodejs, as nodejs.org has hit us with intermittent downtimes.
15 lines
358 B
YAML
15 lines
358 B
YAML
bcr_test_module:
|
|
module_path: "e2e/smoke"
|
|
matrix:
|
|
bazel: ["7.x"]
|
|
platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
|
tasks:
|
|
run_tests:
|
|
name: "Run test module"
|
|
bazel: ${{ bazel }}
|
|
platform: ${{ platform }}
|
|
test_targets:
|
|
- "//..."
|
|
test_flags:
|
|
- "--test_tag_filters=-skip-on-bazelci-windows"
|