Skip to content

feat: shp buildrun gather subcommand to extract the details of the failed BuildRun #1025

feat: shp buildrun gather subcommand to extract the details of the failed BuildRun

feat: shp buildrun gather subcommand to extract the details of the failed BuildRun #1025

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit