Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 #92

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3

build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 #92

Workflow file for this run

name: Focused Test
on: [pull_request]
jobs:
focused-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22.3'
- uses: actions/checkout@v4
- run: go run github.com/onsi/ginkgo/v2/ginkgo unfocus && test -z "$(git status -s)"