Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3 in /acceptance-tests/apps/s3app #1952

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3 in /acceptance-tests/apps/s3app

build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3 in /acceptance-tests/apps/s3app #1952

Workflow file for this run

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