blob: 31681ba4f3b04a9ee939ab4c07e09c91c703dd8f [file] [log] [blame]
[
{
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"}
],
"parameters": {
"configure": ["$BAZEL run @yarn//:yarn"],
"test_tag_filters": ["-browser:Chrome"]
}
},
{
"configurations": [
{"node": "darwin-x86_64"}
],
"parameters": {
"configure": ["$BAZEL run @yarn//:yarn"]
}
}
]