Skip to content

build(deps): bump github.com/cloudfoundry-community/go-cfenv from 1.18.0 to 1.23.0 in /acceptance-tests/apps/postgresqlapp #722

build(deps): bump github.com/cloudfoundry-community/go-cfenv from 1.18.0 to 1.23.0 in /acceptance-tests/apps/postgresqlapp

build(deps): bump github.com/cloudfoundry-community/go-cfenv from 1.18.0 to 1.23.0 in /acceptance-tests/apps/postgresqlapp #722

Workflow file for this run

name: Focused Test
on: [pull_request]
jobs:
focused-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- run: go tool ginkgo unfocus && test -z "$(git status -s)"