Nx
Instructions for enabled dynamic parallel queues powered by your Nx 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: compute impacted targets
uses: trunk-io/nx-action@v1
with:
### store your trunk api token to authenticate with merge service
trunk-token: ${{ secrets.TRUNK_API_TOKEN }}Last updated

