Skip to content

Commit 5ca87d4

Browse files
committed
fixup! ci: change version of mac used on CI
1 parent 84723b8 commit 5ca87d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
- uses: ./github-actions/npm/checkout-and-setup-node
8282
- uses: ./github-actions/bazel/setup
8383
- run: yarn install --immutable
84-
- run: yarn bazel test --test_tag_filters=macos --build_tests_only -- //... -//bazel/remote-execution/...
84+
- run: yarn bazel test --test_tag_filters=macos --sandbox_writable_path="$HOME/Library/Application Support" --test_output=errors //...

bazel/browsers/test/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load("//bazel/spec-bundling:index.bzl", "spec_bundle")
55
karma_web_test_suite(
66
name = "test",
77
browsers = [
8-
"//bazel/browsers/chromium:chromium",
8+
#"//bazel/browsers/chromium:chromium",
99
"//bazel/browsers/firefox:firefox",
1010
],
1111
tags = [

0 commit comments

Comments
 (0)