Skip to content

Commit

Permalink
run_on_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 24, 2024
1 parent 92ed177 commit 4e6a978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bazel-test-all/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ inputs:
default: 'test'
BAZEL_TARGETS:
required: false
default: '//packages/pocket-ic:test'
default: '//...'
BAZEL_CI_CONFIG:
required: false
default: '--config=ci --test_output=streamed --test_arg="--nocapture"'
default: '--config=ci'
BAZEL_EXTRA_ARGS:
required: false
default: ''
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-pic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
uses: ./.github/actions/bazel-test-all/
env:
AWS_SHARED_CREDENTIALS_CONTENT: ${{ secrets.AWS_SHARED_CREDENTIALS_FILE }}
# Only run ci/bazel-scripts/diff.sh on PRs that are not labeled with "CI_ALL_BAZEL_TARGETS".
RUN_ON_DIFF_ONLY: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI_ALL_BAZEL_TARGETS') }}
OVERRIDE_DIDC_CHECK: ${{ contains(github.event.pull_request.labels.*.name, 'CI_OVERRIDE_DIDC_CHECK') }}
with:
BAZEL_COMMAND: "test"
Expand Down

0 comments on commit 4e6a978

Please sign in to comment.