Skip to content

Commit

Permalink
test(IDX): darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Dec 13, 2024
1 parent 820374a commit 6da1781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
runs-on:
labels: macOS
# Run on protected branches, but only on public repo
if: ${{ github.ref_protected && github.repository == 'dfinity/ic' }}
if: ${{ github.repository == 'dfinity/ic' }}
steps:
- <<: *checkout
- name: Set PATH
Expand All @@ -195,7 +195,7 @@ jobs:
with:
BAZEL_CI_CONFIG: "--config=ci --config macos_ci"
BAZEL_COMMAND: test
BAZEL_EXTRA_ARGS: '--test_tag_filters=test_macos'
BAZEL_EXTRA_ARGS: '--test_tag_filters=test_macos --build_tests_only'
BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}"
BAZEL_TARGETS: "//rs/... //publish/binaries/..."
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
Expand Down

0 comments on commit 6da1781

Please sign in to comment.