Skip to content

BAU - Remove ginkgo CLI #161

BAU - Remove ginkgo CLI

BAU - Remove ginkgo CLI #161

Workflow file for this run

---
name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.20
- name: Test
run: |
export GOPATH=$(go env GOPATH)
make unit