Bazel
Instructions for enabled dynamic parallel queues powered by your bazel graph
name: Upload and Test Impacted Targets
on: pull_request
jobs:
impacted_targets:
name: Impacted Targets
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Upload and Test Impacted Targets
uses: trunk-io/bazel-action@v1
with:
upload-targets: "true"
### store your trunk api token to authenticate with merge service
trunk-token: ${{ secrets.TRUNK_API_TOKEN }}
### (optional if your bazel setup is not in the root of your repo)
# workspace-path: {your bazel workspace path}Last updated

