Skip to content

Commit

Permalink
chore(IDX): darwin continue-on-error (#280)
Browse files Browse the repository at this point in the history
Temporarily setting `continue-on-error` to prevent a job from failing.

---------

Co-authored-by: IDX GitHub Automation <IDX GitHub Automation>
  • Loading branch information
marko-k0 authored Jun 28, 2024
1 parent 5b6b55e commit 806c6de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
- <<: *before-script
- name: Run Bazel Test Darwin x86-64
id: bazel-test-darwin-x86-64
# TODO: remove when we flakiness is resolved or when we move to hosted runners
# settting to true to allow a job to pass when this step fails
continue-on-error: true
if: steps.filter.outputs.bazel-test-darwin-x86-64 != 'false' || github.event_name == 'schedule'
uses: ./.github/actions/bazel-test-all/
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
run: ./gitlab-ci/src/ci-scripts/before-script.sh
- name: Run Bazel Test Darwin x86-64
id: bazel-test-darwin-x86-64
# TODO: remove when we flakiness is resolved or when we move to hosted runners
# settting to true to allow a job to pass when this step fails
continue-on-error: true
if: steps.filter.outputs.bazel-test-darwin-x86-64 != 'false' || github.event_name == 'schedule'
uses: ./.github/actions/bazel-test-all/
with:
Expand Down

0 comments on commit 806c6de

Please sign in to comment.