We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84723b8 commit 5ca87d4Copy full SHA for 5ca87d4
.github/workflows/pr.yml
@@ -81,4 +81,4 @@ jobs:
81
- uses: ./github-actions/npm/checkout-and-setup-node
82
- uses: ./github-actions/bazel/setup
83
- run: yarn install --immutable
84
- - run: yarn bazel test --test_tag_filters=macos --build_tests_only -- //... -//bazel/remote-execution/...
+ - run: yarn bazel test --test_tag_filters=macos --sandbox_writable_path="$HOME/Library/Application Support" --test_output=errors //...
bazel/browsers/test/BUILD.bazel
@@ -5,7 +5,7 @@ load("//bazel/spec-bundling:index.bzl", "spec_bundle")
5
karma_web_test_suite(
6
name = "test",
7
browsers = [
8
- "//bazel/browsers/chromium:chromium",
+ #"//bazel/browsers/chromium:chromium",
9
"//bazel/browsers/firefox:firefox",
10
],
11
tags = [
0 commit comments