Skip to content

chore(deps): bump goa.design/goa/v3 from 3.16.1 to 3.16.2 (#98) #46

chore(deps): bump goa.design/goa/v3 from 3.16.1 to 3.16.2 (#98)

chore(deps): bump goa.design/goa/v3 from 3.16.1 to 3.16.2 (#98) #46

Workflow file for this run

name: main-test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
cd testdata && go test ./...