Skip to content

Add t-mialve to owners #402

Add t-mialve to owners

Add t-mialve to owners #402

name: Sanity Test Local
# Controls when the workflow will run
on:
push: {}
pull_request: {}
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
Run-Sanity-Test-Local:
name: Run Sanity Test Local
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: '1.23'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run Sanity Test
run: make sanity-test-local