Skip to content

github-action: bump actions/checkout from 3.5.2 to 3.5.3 #158

github-action: bump actions/checkout from 3.5.2 to 3.5.3

github-action: bump actions/checkout from 3.5.2 to 3.5.3 #158

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@6edd4406fa81c3da01a34fa6f6343087c207a568
with:
go-version: 1.18
- name: Install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Test
run: |
export GOPATH=$(go env GOPATH)
make unit