Skip to content

poc of supervisord integration #27

poc of supervisord integration

poc of supervisord integration #27

Workflow file for this run

name: Run Tests
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.15
- name: Install Ginkgo
run: go get github.com/onsi/ginkgo/[email protected]
- name: Build Binaries
run: make binaries
- name: Run Unit Tests
run: make test