blob: 01a62edb01d569a4231cda355f251cc2abfadd53 [file] [log] [blame]
[
{
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"}
],
"parameters": {
"configure": ["$BAZEL run @nodejs//:yarn"],
"test_tag_filters": ["-browser:chromium-local"]
}
},
{
"configurations": [
{"node": "darwin-x86_64"}
],
"parameters": {
"configure": ["$BAZEL run @nodejs//:yarn"],
"test_tag_filters": ["-browser:chromium-local"]
}
}
]