Skip to content

Add s3 batch consumer #138

Add s3 batch consumer

Add s3 batch consumer #138

Workflow file for this run

name: Go Test
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
with:
go-versions: '["this"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
services:

Check failure on line 23 in .github/workflows/go-test.yml

View workflow run for this annotation

GitHub Actions / Go Test

Invalid workflow file

The workflow is not valid. .github/workflows/go-test.yml (Line: 23, Col: 5): Unexpected value 'services'
s3:
image: localstack/localstack:s3-latest
ports:
- "127.0.0.1:4566:4566"
environment:
- DEBUG=${DEBUG:-0}
volumes:
- "./s3_local/init_s3.py:/etc/localstack/init/ready.d/init-s3.py"