Skip to content

build_flow scaffold: handle array paths, drop http_request from emitt… #673

build_flow scaffold: handle array paths, drop http_request from emitt…

build_flow scaffold: handle array paths, drop http_request from emitt… #673

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25.5'
- name: Run tests
run: make test