Skip to content

Test Case for Read Site with generated client #16

Test Case for Read Site with generated client

Test Case for Read Site with generated client #16

Workflow file for this run

name: Build & run tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
- name: Test with the Go CLI
run: cd test && go test -v