Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.43 to 1.28.0 in /acceptance-tests/apps/sqsapp in the aws-sdk-go-v2 group #836

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.43 to 1.28.0 in /acceptance-tests/apps/sqsapp in the aws-sdk-go-v2 group

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.43 to 1.28.0 in /acceptance-tests/apps/sqsapp in the aws-sdk-go-v2 group #836

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)"