Skip to content

Grouping patch dependencies for reducing noise and multiple PRs on tools #2319

Grouping patch dependencies for reducing noise and multiple PRs on tools

Grouping patch dependencies for reducing noise and multiple PRs on tools #2319

---
name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-24.04
steps:
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Checkout
uses: actions/checkout@v6
- name: Check repo structure
run: ./scripts/sanity.sh
- name: Run Unit Tests
run: ./scripts/unit.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-24.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v6
with:
name: event-payload
path: ${{ github.event_path }}