Skip to content

build(deps): bump code.cloudfoundry.org/lager/v3 from 3.11.0 to 3.13.0 #289

build(deps): bump code.cloudfoundry.org/lager/v3 from 3.11.0 to 3.13.0

build(deps): bump code.cloudfoundry.org/lager/v3 from 3.11.0 to 3.13.0 #289

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.23.2'
- uses: actions/checkout@v4
- run: go run github.com/onsi/ginkgo/v2/ginkgo unfocus && test -z "$(git status -s)"