Skip to content

Merge pull request #77 from ikawaha/dependabot/go_modules/goa.design/… #26

Merge pull request #77 from ikawaha/dependabot/go_modules/goa.design/…

Merge pull request #77 from ikawaha/dependabot/go_modules/goa.design/… #26

Workflow file for this run

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