Skip to content

Merge pull request #184 from h3poteto/renovate/github.com-onsi-gomega… #383

Merge pull request #184 from h3poteto/renovate/github.com-onsi-gomega…

Merge pull request #184 from h3poteto/renovate/github.com-onsi-gomega… #383

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Testing
run: |
go mod download
go test ./pkg/...