Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3 #377

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3 #377

Workflow file for this run

name: tests
on:
push:
workflow_dispatch:
pull_request:
types:
- opened
- edited
- reopened
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v4
with:
go-version: ">=1.20"
- name: running unit-tests
run: |
go test -v ./...