Skip to content

GSI1 for Dynamodb

GSI1 for Dynamodb #12

Workflow file for this run

name: Go Tests
on: push
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20.4'
cache: true
- name: Test with the Go CLI
run: go test -v ./...