Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.0 #2

Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.0

Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.0 #2

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
unit-test:
name: unit-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit-tests
run: make test